[Mono-bugs] [Bug 75574][Maj] Changed - OdbcDataAdapter.Fill method returns empty DataTable

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 19 10:20:01 EDT 2005


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 spek at impaq.com.pl.

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

--- shadow/75574	2005-07-19 07:25:43.000000000 -0400
+++ shadow/75574.tmp.27180	2005-07-19 10:20:01.000000000 -0400
@@ -118,6 +118,19 @@
 the complete scenario where it fails.
 
 confirm that this specific table is not working. do test that it is
 not working and then post.
 
 and also, is it working with C# code?
+
+------- Additional Comments From spek at impaq.com.pl  2005-07-19 10:20 -------
+Well, as you suspected problem is with specyfic table column. The 
+column type 'bit' causes problem I reported. In another case Fill 
+method runs ok.
+I have checked it on VB and C#
+
+CREATE TABLE [EdTableName] (
+	[id] [int],
+	[text] [varchar] (10),
+	[bit] [bit]
+)
+


More information about the mono-bugs mailing list