In our network, we are using an application that connects to an *.mdb access database through ODBC (User DSN).
The mdb is based on a subfolder of a share that is locally mapped to W:
What kind of minimum permissions do I have to give users on the subfolder so that they can use the application without limits, at the same time are not permitted to unintentionally do harm, such as delete the mdb file, or make any other changes to this folder?
Ideally, only the application could access the file, the users wouldn't have any direct access to it.
All ideas/advice welcome.