I put an unsecured database onto a shared network drive. When one user is in the db, another cannot get in because of this error:
The database has been placed in a state by user <name> on machine <name> that prevents it from being opened or locked. (Error 3734)
This error occurs when the new passive shutdown/connection control is being used. This error message indicates that a user set the database in a mode that will prevent other users from opening it.
I also set the default open mode to shared.
How do I prevent this from happening?
The database has been placed in a state by user <name> on machine <name> that prevents it from being opened or locked. (Error 3734)
This error occurs when the new passive shutdown/connection control is being used. This error message indicates that a user set the database in a mode that will prevent other users from opening it.
I also set the default open mode to shared.
How do I prevent this from happening?