Why don't you use DbDataAdapter implementation for protected virtual int Update(DataRow[] dataRows, DataTableMapping tableMapping)
method ? Sql Provider, MySQL Provider use DbDataAdapter implementation and does not override this method. MS Documentation says: 1.. The OnRowUpdating event is raised. 2.. The command executes. 3.. If the command is set to FirstReturnedRecord, then the first returned result is placed in the DataRow. 4.. If there are output parameters, they are placed in the DataRow. 5.. The OnRowUpdated event is raised. 6.. AcceptChanges is called. But in fact after step 3 it executes AcceptChanges if the row is inserted. ----- Original Message ----- From: "Carlos Guzmán Álvarez" <[EMAIL PROTECTED]> To: "For users and developers of the Firebird .NET providers" <[email protected]> Sent: Wednesday, November 08, 2006 4:18 PM Subject: Re: [Firebird-net-provider] FbDataAdapter problem > Hello: > > Please, can you make a test using the CVS sources ?? > > > -- > Carlos Guzmán Álvarez > Vigo-Spain > > http://carlosga.wordpress.com > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Firebird-net-provider mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
