Could not update; currently locked

  • Thread starter Thread starter Ponn Periasamy
  • Start date Start date
P

Ponn Periasamy

Hi All,

I am using MS-ACCESS 2000.
While I update or delete some records from an tables, the following
Exception will be throwed:
"Could not update; currently locked."
It is a multithread application and more than one processes use same table
concurrently.

What would be the the problem?

Thanks in Advance.

Regards
Ponn Periasamy
 
It means that two users are trying to edit the same record at the same time.
Only one can lock the record; the other will get this "locked record"
message.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top