ExecuteNonQuery not returning number of changed rows

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Pelle

ExecuteNonQuery not returning number of changed rows

Post by Pelle » Tue 14 Dec 2004 07:39

Provider version 2.30.0.0, MySql 4.0.12

ExecuteNonQuery always returns 0, not the number of affected rows.
Has this been fixed in newer versions of the provider (I can't find any release notes telling me what the bug fixes are in version to version, only what the new features are)?

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Re: ExecuteNonQuery not returning number of changed rows

Post by Oleg » Tue 14 Dec 2004 08:50

We fixed this problem in MySQLDirect .NET 2.70. Now ExecuteNonQuery works correctly, we have tested it.

Post Reply