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 [EMAIL PROTECTED]

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 [EMAIL PROTECTED]  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]
+)
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to