//flex table opened by JP

Click to See Complete Forum and Search --> : Access 2000, error 3734 problem !!!


Alex20
12-03-2001, 04:22 PM
Hi, I've been working on a project on Access 2000. Suddenly this strange error appears when i try to modify my forms. The message is .
"The database has been placed in a state by user 'Admin'....."
well the error code is 3734. Please if someone knows or has any idea on how to fix this problem pls, message me !!!.
Thanks

Alex

steve2
12-03-2001, 07:57 PM
Jet locks a block of 256 bits in the MDB header. Included in this block of bits are bits that indicate a "passive shutdown", which causes the error message described in the "Symptoms" section to occur. You may have users that open and close the MDB file rapidly and the bits are not getting unlocked quickly enough. When a user tries to open the MDB file, if the program is not able to read the bits, Jet, (db engine) assumes that the user is in a "passive shutdown" or "admin mode", and therefore will not let the user open the MDB file.

Repeatedly opening and closing a Microsoft Access database is not recommended. Open the database once at the beginning of the application, and then close the database at the end of the application.