Access 2007 blocked

I am connecting an Access 2007 database with 5 different machines. (C # .Net)

I have this error message:

The database has been placed in a state by user 'Admin' on machine XXXXX that prevents it from being opened or locked

      

+2


a source to share


2 answers


This means that someone is editing one of the database objects, for example, adding a field to a table or creating a new query or similar, in short, something in the database opens in edit mode.



+2


a source


Access databases should be partitioned on the front-end for forms, reports, code, etc., as well as tables.

The backend must be placed in a directory with minimal read / write permissions, otherwise the lock file (ldb) may be locked.



Every user should have a copy of the interface.

0


a source







All Articles