How can I set a password for an Access DataBase File, so that no user can recover this password.
|
feedback
|
|
There are utilities to break this security: http://www.snapfiles.com/get/dbpwsniffer.html So I wouldn't trust an access password to protect your data. We store the data in SQL server and use SQL Native encryption which relies on NTFS authentication to decrypt. | |||||||
feedback
|