Row not found or changed.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Falke
Posts: 9
Joined: Sun 06 Sep 2009 15:09

Row not found or changed.

Post by Falke » Thu 08 Oct 2009 21:15

I have following situation:

i have in the database set up a field to:

tinyint(1) NOT NULL

and this is set by default to: short

i manuelly set it to: System.Boolean

now i have a property in my code which is setting this field to true and i only change this field and call submitChange - then i get this error "Row not found or changed."

which type i have to choose in the database that devart is change it automatically by default to System.Boolean? How can i solve this error?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Tue 13 Oct 2009 09:08

I have just tried to reproduce the problem using dotConnect for MySQL 5.40.44 and failed.
I recommend you to update to the latest version of dotConnect for MySQL.
If you are already using it, please send me a small test project illustrating the problem.

Post Reply