[Mono-bugs] [Bug 62046][Cri] New - OdbcCommand::ExecuteNonQuery always returns 0
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Jul 2004 10:45:53 -0400 (EDT)
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 accounts@sandmik.net.
http://bugzilla.ximian.com/show_bug.cgi?id=62046
--- shadow/62046 2004-07-28 10:45:53.000000000 -0400
+++ shadow/62046.tmp.10107 2004-07-28 10:45:53.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 62046
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details: Fedora Core 2
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: accounts@sandmik.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: OdbcCommand::ExecuteNonQuery always returns 0
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+
+The Source code of
+public int ExecuteNonQuery ()
+in OdbcCommand.cs shows that it always returns 0!
+
+ExecuteNonQuery should return the number of records affected.