[Mono-devel-list] RowFilter, Select expression, DataTable.GetErrors() bugs?

bandito banditaras at gmail.com
Tue Aug 2 10:17:41 EDT 2005


> > Next, I perform an update using MySqlDataAdapter.Update method.
> > After the update is completed, DataTable.GetErrors() returns all rows
> > as erroneous.
> > Yet, I can see in the database that all records have been updated
> > successfully (except from one, which i'm trying to track down, but I
> > cant :) ).
> > I'm wondering if anyone else has encoutered any of these problems, Mr.
> > Google knows nothing of it.
> 
> please file a bug for this with the exact stack trace, sample code and
> possibly a table dump to reproduce the problem.
> 
> suresh
> 
It's propably something with the rows affected value the
MySqlCommandBuilder returns during the OnRowUpdatingEvent. I had a
look at the MySql code, and it seems ok.

I'll try to make a simple example and file a bug report. 
Thanks for the help

bandito



More information about the Mono-devel-list mailing list