Is it possible to set the file permissions on an Access 2007 database file stored on a Windows file server to allow users to only write data TO an Access database, but not allow them to open the database file or read data from it?
I'm trying to find a mechanism to capture usage data from users who are using a local web application, but I don't want those users to be able to access the data.
The mechanism uses ActiveX objects in Javascript to write data to the database file, but I cannot figure out how to prevent users from reading from the file or opening it.
Or is this kind of thing only possible using a database server, like SQL Server?
Thanks in advance for any help you can provide.
I'm trying to find a mechanism to capture usage data from users who are using a local web application, but I don't want those users to be able to access the data.
The mechanism uses ActiveX objects in Javascript to write data to the database file, but I cannot figure out how to prevent users from reading from the file or opening it.
Or is this kind of thing only possible using a database server, like SQL Server?
Thanks in advance for any help you can provide.
Comment