[Mono-bugs] [Bug 69887][Wis] Changed - DbDataAdapter.Update needs to check for multiple results
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 29 Jan 2005 15:10:08 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by fxjrlists@yahoo.com.br.
http://bugzilla.ximian.com/show_bug.cgi?id=69887
--- shadow/69887 2004-11-24 15:06:57.000000000 -0500
+++ shadow/69887.tmp.30963 2005-01-29 15:10:08.000000000 -0500
@@ -97,6 +97,11 @@
throw new DBConcurrencyException("Concurrency violation: the " +
commandName +"Command affected 0 records.");
updateCount += tmp;
// The rest is good.
...
+
+------- Additional Comments From fxjrlists@yahoo.com.br 2005-01-29 15:10 -------
+Created an attachment (id=13957)
+This attachment adds output parameter handling support.
+