Hi there!
My access database is part of a web application. The application will run from my client's server once installed (that is copied to the client's server and virtual directory created). I want to protect my database at client's server. I want to ensure that my application running at the client's place should be the only access point to the database. The client should not be able to open the database or even read the tables through any other appln. such as word, excel.
I have tried the following but in vain
1. setting password to the database... this is not fool proof. The Mailmerge facility in Word can still fetch the info from the database even if can not modify the data.
2. Encrypting the database does not solve the problem, too.
3. Generating an MDE file. This protects only modules written in Access. My application is purely ASP based and I am not writing any access modules. The MDE file can be opened with Access and it is not secure.
Is there any packaging mechnaism that makes my database fool proof.. or should i write my own encrypting/decrypting mechanism
Pl. help. I posted this on "Access other topics" forum, but didnt get any useful tip.
SQLNerd
My access database is part of a web application. The application will run from my client's server once installed (that is copied to the client's server and virtual directory created). I want to protect my database at client's server. I want to ensure that my application running at the client's place should be the only access point to the database. The client should not be able to open the database or even read the tables through any other appln. such as word, excel.
I have tried the following but in vain
1. setting password to the database... this is not fool proof. The Mailmerge facility in Word can still fetch the info from the database even if can not modify the data.
2. Encrypting the database does not solve the problem, too.
3. Generating an MDE file. This protects only modules written in Access. My application is purely ASP based and I am not writing any access modules. The MDE file can be opened with Access and it is not secure.
Is there any packaging mechnaism that makes my database fool proof.. or should i write my own encrypting/decrypting mechanism
Pl. help. I posted this on "Access other topics" forum, but didnt get any useful tip.
SQLNerd