| Author: avtar 04 Sep 2008 | Member Level: Gold | Rating: Points: 3 |
Can u open sqlserver datatabse using file system/ explorer no...u cant...and 2ndly if peolpe they take away ur database files. (mdf/Ldf) files , and try to restoer but if they dont have password they cant access it.
Still u can put password on File system using Win api's but tht again depends on what OS u r using.....but thts not at all suggestable...
|
| Author: shashi kant 04 Sep 2008 | Member Level: Silver | Rating: Points: 3 |
we are using windows 2003 server.yes we are able to open database.but i want to save my databse in zip file with password. when we open it asked password.exactly i want thsi.
|
| Author: avtar 04 Sep 2008 | Member Level: Gold | Rating: Points: 2 |
Explore win32 API to provide password protection on file's
or else
use winzip api's to zip the files....but for winzip ther's a crack which can give u the password for password protected zipped files so better try to explore win32 Api's ... or look at this TP http://www.codeplex.com/DotNetZip/Wiki/View.aspx?title=ASPNET%20Example%201&referringTitle=Examples
|