Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am developing a small software..that need a database(i am comfort with ms access)..not more than 5 mb..

so my requirement is..this access database file should not be open with any other software except my software...i want to encrypt this document by my software...

...
Posted

 
Share this answer
 
Comments
Veerareddy Pallela 1-Dec-11 3:37am    
i heard that access password can break with some recover tools...and that to i have to specify access password in connection string will that be secured...?
StianSandberg 1-Dec-11 3:40am    
you will have to provide tha password in your connectionstring. But you can encrypt that part of your web.config file. (see article from scott guthrie: http://weblogs.asp.net/scottgu/archive/2006/01/09/434893.aspx)
Password protect access database[^]
You then provide the password as part of your connection string.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900