I've also read an interesting remark to DBConcurrencyException in MSDN

When performing batch updates with the ContinueUpdateOnError property of the
DataAdapter set to true, this exception is thrown if all row updates fail.
In this case, this DBConcurrencyException contains DataRow objects for all
rows whose update failed, rather than just the one DataRow object in Row,
and the affected DataRow objects can be retrieved by calling CopyToRows.

I find this also useful, but it is not done by Provider now, isn't it?

Mmm... i don't know, i could try to make those changes in
FbDataAdapter.Update method and send them as Svn-Patch for testing if you
find those suggestions useful? What do you think, Carlos, Jiri?

-- 
View this message in context: 
http://www.nabble.com/DBConcurrencyException-tf4731950.html#a13531194
Sent from the firebird-net-provider mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to