Hello All,
One big database in our office just crashed a week ago. This is the message we get
"The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time."
There are only 2 users, with one with limited access.
I checked on the help menu. It suggests:
"
The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time. (Error 3197)
This error can occur in a multiuser environment.
Another user has changed the data you are trying to update. This error can occur when multiple users open a table or create a Recordset and use optimistic locking. Between the time you used the Edit method and the Update method, another user changed the same data.
To overwrite the other user's changes with your own, execute the Update method again.
"
How can I do an 'Update method' when the db will not respond in any way?
Can you please help me. Thanks
AHVC.
One big database in our office just crashed a week ago. This is the message we get
"The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time."
There are only 2 users, with one with limited access.
I checked on the help menu. It suggests:
"
The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time. (Error 3197)
This error can occur in a multiuser environment.
Another user has changed the data you are trying to update. This error can occur when multiple users open a table or create a Recordset and use optimistic locking. Between the time you used the Edit method and the Update method, another user changed the same data.
To overwrite the other user's changes with your own, execute the Update method again.
"
How can I do an 'Update method' when the db will not respond in any way?
Can you please help me. Thanks
AHVC.