After installing my desktop application any body can see the database on their local systems. Even if I set Password security on access database its not going to work.Encryprion may be one of the good technique of accomplishing this task ,i think...Please suggest....
feedback
|
migrated from stackoverflow.com Aug 31 '10 at 23:31
This question came from our site for professional and enthusiast programmers.
|
Since an .mdb is simply a file, you could use third-party software (such as the free and excellent TrueCrypt) to encrypt the file itself. | |||||
feedback
|
|
For Access 2007, if you use the ACCDB database format and password protect your DB, which will automatically encrypt it. I don't know about older versions of Access, but see this tutorial for Access 2007. | |||
feedback
|
|
See here. | |||||||
feedback
|
