[Mono-bugs] [Bug 68973][Blo] Changed - ExecuteNonQuery() returns wrong RowsAffected

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Nov 2004 03:13:12 -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 ph_knecht@yahoo.com.

http://bugzilla.ximian.com/show_bug.cgi?id=68973

--- shadow/68973	2004-11-03 07:01:51.000000000 -0500
+++ shadow/68973.tmp.19186	2004-11-04 03:13:12.000000000 -0500
@@ -106,6 +106,15 @@
 Which is what I get on both .NET and Mono.
 
 Also the executenonquery is supposed to return -1 for anyother type of
 statement except DELETE, INSERT or UPDATE, where it returns the
 rowsAffected.
 
+
+------- Additional Comments From ph_knecht@yahoo.com  2004-11-04 03:13 -------
+Hi
+
+I compiled it with vs.net(csc.exe). 
+I copied the .dll's from monocharge (daily downloads) over my mono
+1.0.2 installation (date of the dll's 30.10.04)
+
+