[Mono-bugs] [Bug 58820][Nor] Changed - A DataSet is empty after a call to the Fill method of OdbcDataAdapter
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 2 Jun 2004 07:17:08 -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 tsureshkumar@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58820
--- shadow/58820 2004-06-02 07:15:36.000000000 -0400
+++ shadow/58820.tmp.8267 2004-06-02 07:17:08.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 58820
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Data
AssignedTo: mono-bugs@ximian.com
ReportedBy: sebastien.robitaille@croesus.com
QAContact: mono-bugs@ximian.com
@@ -63,6 +63,9 @@
------- Additional Comments From tsureshkumar@novell.com 2004-06-02 07:15 -------
Created an attachment (id=7966)
nunit test cases to simulate bug/fix test. it needs dsn to be set.
+
+------- Additional Comments From tsureshkumar@novell.com 2004-06-02 07:17 -------
+The fix is identified in OdbcDataReader.cs class & have been done.