开发者

Error 3218 Could not update; currently locked -Msaccess [closed]

开发者 https://www.devze.com 2023-01-22 16:14 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.

Closed 9 years ago.

Improve this question

I got an error with my Msaccess DB. multiple users are usi开发者_JS百科ng this DB's frontend. I do not know why I am getting this error message as follows

Error 3218 Could not update; currently locked

can someone help me please......


Get everybody out of their mdb files. Someone might be trying to update the same record. It might even be you, in another instance active on your PC.


The elephant in the room here is that multiple users are using the same front end. This is generally the first step down the road of access pain that often leads to access getting tarred with the “Access is not fit for more than 5 users” brush.

First thing is to get every user to have their own copy of the front end on their local drive. You can use the excellent access auto FE updater to make rolling out a new version easy

www.autofeupdater.com


This is weird. I got this error message because there was no enough space in the Shared drive, I just removed 1GB of some unneccessary files from the shared drive and the application works fine now.

But, took some time to figure it out.

0

精彩评论

暂无评论...
验证码 换一张
取 消