[Mono-bugs] [Bug 62042][Blo] Changed - Data not fill in DataSet
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Jul 2004 21:57:10 -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 martineau_alain@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=62042
--- shadow/62042 2004-07-28 10:17:18.000000000 -0400
+++ shadow/62042.tmp.23100 2004-07-28 21:57:10.000000000 -0400
@@ -1,10 +1,10 @@
Bug#: 62042
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details: Fedora core 2
Status: NEW
Resolution:
Severity: Unknown
Priority: Blocker
Component: Sys.Data.SqlClient
@@ -57,6 +57,17 @@
cnn = null;
foreach (DataRow row in ds.Tables[0].Rows)
{
Console.Write(row.ItemArray[0].ToString());
}
+
+------- Additional Comments From martineau_alain@hotmail.com 2004-07-28 21:57 -------
+I got the problem with release mono 1.0
+
+Somebody log the same problem with beta3 (bug 60398)and it is flag
+as fixed.
+
+I thing the problem still there. I have DBNUll column in my result
+if that detail can help you...
+
+Thanks