[Mono-bugs] [Bug 73587][Maj] New - DbDataAdapter.Update(...) doesn't respect all properties it should
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Mar 2005 07:11:05 -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 mono@rankweg.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=73587
--- shadow/73587 2005-03-11 07:11:05.000000000 -0500
+++ shadow/73587.tmp.26755 2005-03-11 07:11:05.000000000 -0500
@@ -0,0 +1,40 @@
+Bug#: 73587
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity: Unknown
+Priority: Major
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: mono@rankweg.ch
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: DbDataAdapter.Update(...) doesn't respect all properties it should
+
+Description of Problem:
+DbDataAdapter doesn't handle RowUpdatingEventArgs, RowUpdatedEventArgs and
+command.UpdatedRowSource properly.
+
+Steps to reproduce the problem:
+1. Use for example the SqlDataAdapter
+2. Set the Status-Property of the EventArgs
+3. Set the UpdatedRowSource
+
+Actual Results:
+The Adapter doesn't respect the set properties.
+
+
+Expected Results:
+Respect the Properties.
+
+How often does this happen?
+Always.
+
+Additional Information:
+I updated the source for myself and will add this as an attachment - but
+there are for sure other bugs introduced by myself in it.