Could not update; currently locked error
- From: Andriy <Andriy@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 19 Feb 2008 08:32:00 -0800
Hello,
I run a C++ test program that updates records in MS Access database (mdb
file) from different threads. I use ADO to access the database. As far as I
understand the underlying provider is MS Jet OLEDB. I get the following error:
Code = 80004005
Code meaning = Unspecified error
Source = Microsoft JET Database Engine
Description = Could not update; currently locked.
I do not understand why I get this error even when I insert records or
update different records. Is there any way to tell ADO/Jet not to produce
error but wait till records are unlocked?
Thanks in advance,
Andriy
.
- Follow-Ups:
- Re: Could not update; currently locked error
- From: Bob Barrows [MVP]
- Re: Could not update; currently locked error
- Prev by Date: Re: Command object and batching stored procedure calls
- Next by Date: Re: Could not update; currently locked error
- Previous by thread: Command object and batching stored procedure calls
- Next by thread: Re: Could not update; currently locked error
- Index(es):
Relevant Pages
|
Loading