Hi,
In a client-file server application I made in Access, I have quite some problems with sharing the central database when multiple users are logged on to it via their Access-client application. I assured though that the links do not have the property to open the database exclusively and also no user has the permission to open the centraldatabase exclusively. Still I very often get errors like
N° 3734: The database has been placed in a state by user 'Admin' on machine 'LDB08164' that prevents it from being opened or locked.
N° 3033: You do not have the necessary permissions to use the 'Server\\Directory\CentralDB.mdb' object. Have your
system administrator or the person who created this object establish the appropriate permissions for you.
N° 3045: Could not use \\Directory\CentralDB.mdb'; file already in use.
These errors occur in procedures where I use the DLookup-function. Is it possible that these errors are caused by functions like openrecordset, in other words that functions like these overrule the lack of authorisation to open this database exclusively?
Any help is appreciated a lot since this is a very ennoying problem for the users...
Greetings,
Dirk
PS: I'm using Access 2000
In a client-file server application I made in Access, I have quite some problems with sharing the central database when multiple users are logged on to it via their Access-client application. I assured though that the links do not have the property to open the database exclusively and also no user has the permission to open the centraldatabase exclusively. Still I very often get errors like
N° 3734: The database has been placed in a state by user 'Admin' on machine 'LDB08164' that prevents it from being opened or locked.
N° 3033: You do not have the necessary permissions to use the 'Server\\Directory\CentralDB.mdb' object. Have your
system administrator or the person who created this object establish the appropriate permissions for you.
N° 3045: Could not use \\Directory\CentralDB.mdb'; file already in use.
These errors occur in procedures where I use the DLookup-function. Is it possible that these errors are caused by functions like openrecordset, in other words that functions like these overrule the lack of authorisation to open this database exclusively?
Any help is appreciated a lot since this is a very ennoying problem for the users...
Greetings,
Dirk
PS: I'm using Access 2000