[Mono-bugs] [Bug 61177][Wis] Changed - ExecuteReader.read() value is false

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Jul 2004 23:46:50 -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 sumadevi@novell.com.

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

--- shadow/61177	2004-07-12 05:27:05.000000000 -0400
+++ shadow/61177.tmp.32062	2004-07-21 23:46:50.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 61177
 Product: Mono: Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Debian stable,unstable,testing  with Mono 1.0
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: 040 One week
 Priority: Wishlist
 Component: Sys.Data
 AssignedTo: sumadevi@novell.com                            
 ReportedBy: bogdan.avram@ulpmm.u-strasbg.fr               
 QAContact: mono-bugs@ximian.com
@@ -167,6 +167,19 @@
 				}
 			}
 			while ( reader.NextResult() );		
 			Console.WriteLine(dataSet.DataSetName);
 			return dataSet;
 		}
+
+------- Additional Comments From sumadevi@novell.com  2004-07-21 23:46 -------
+Hello
+  I tried the sample program given above and also a standalone 
+program similar to the one above. But I am seeing the same output on 
+both .NET and mono.  There was a bug in executereader that i fixed 
+sometime back. Can you please recheck with the latest cvs to see if 
+the bug still exists.
+In case you are able to replicate the bug, can you please put the 
+contents of the table also..
+
+Regards
+Uma