Skip navigation links

MySQL Forums :: C#, Mono, .Net :: Concurrency violation


Advanced Search

Concurrency violation
Posted by: fname lname ()
Date: December 02, 2011 10:52AM

Hello!

I write on MySQL 5.5, C#, ADO.NET, DataSet.
I have a DataSet and DataAdapter filled it. In DataAdapter I override INSERT, UPDATE, DELETE commands. When I use stored procedures, as these commands, all is well.
However, when I use transactionns in this stored procedures, I get an exception: "Concurrency violation: the DeleteCommand affected 0 of the expected 1 records."

What can I do with this errors?

Best regards!

Options: ReplyQuote


Subject Written By Posted
Concurrency violation fname lname 12/02/2011 10:52AM
Re: Concurrency violation fname lname 12/06/2011 02:35AM
Re: Concurrency violation fname lname 12/07/2011 08:37AM
Re: Concurrency violation fname lname 12/07/2011 08:26PM
Re: Concurrency violation fname lname 12/12/2011 01:39AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.