protect against copy access 2000 database

  • Thread starter Thread starter RO|_F
  • Start date Start date
R

RO|_F

Hello,

Our salesreps will get an access 2000 database on their laptops, which
contains business) private data.
Are there programs which act as kind of front end , e.g. only through the
(3rd party) program the database is readable and the original access
database will be encrypted?

Thanks a lot.

With regards,

Rolf
Utrecht, Netherlands
 
You can implement User Level Security, encrypt the contents, and be
reasonably sure that a casual user won't be able to break into your data. A
determined hacker, with enough time, will always be able to get into your
data (and this is true for any data storage engine). If your data is
extremely sensitive, you may want to consider using a more robust and secure
data engine like MS SQL Server, MySQL, etc.
 
Back
Top