[Mono-bugs] [Bug 60398][Cri] Changed - SqlDataAdapter.Fill

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Jun 2004 05:50:39 -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 lluis@ximian.com.

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

--- shadow/60398	2004-06-18 05:25:36.000000000 -0400
+++ shadow/60398.tmp.10532	2004-06-18 05:50:39.000000000 -0400
@@ -83,6 +83,12 @@
 
 Can you also please try with the latest with the latest dll and let me
 know if the problem persists
 
 Regards
 Uma
+
+------- Additional Comments From lluis@ximian.com  2004-06-18 05:50 -------
+I think this is related to bug 60052. If the column has for example a
+column of type int32 with null values, when reading that value
+DataTable.LoadDataRow will throw an exception, but it is cached and
+not reported in DbDataAdapter.FillTable. The result is an empty DataTable.