C
Charlie Williams
I am having difficulty performing updates and deletions
on an Access database using the Update() method of the
OleDBDataAdapter. I can insert rows without a problem,
but I get a concurrency exception when trying to update
or delete.
I am quite sure that no concurrency conflicts actually
exist. Is there a reason why the data adapter I am using
may have a different row version that the database that
it got its data from?
I can work around the problem by removing the concurrency
check from the update command, but would rather not
remove checking all together, for obvious reasons.
Has anybody experienced a similar problem with MS Access?
Thank you for any help.
P.S. The exact same code works flawlessly with SQL
Server, but I can't use it in this particular situation.
on an Access database using the Update() method of the
OleDBDataAdapter. I can insert rows without a problem,
but I get a concurrency exception when trying to update
or delete.
I am quite sure that no concurrency conflicts actually
exist. Is there a reason why the data adapter I am using
may have a different row version that the database that
it got its data from?
I can work around the problem by removing the concurrency
check from the update command, but would rather not
remove checking all together, for obvious reasons.
Has anybody experienced a similar problem with MS Access?
Thank you for any help.
P.S. The exact same code works flawlessly with SQL
Server, but I can't use it in this particular situation.