[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 07:11:38 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 04:44:41.000000000 -0400
+++ shadow/75574.tmp.25803	2005-07-19 07:11:38.000000000 -0400
@@ -85,6 +85,25 @@
    -Win Mono: wrong, rowsFilled = 0
    -Linux Mono: not tested
 
 ------- Additional Comments From tsureshkumar at novell.com  2005-07-19 04:44 -------
 can you please give a table dump?
 
+
+------- Additional Comments From spek at impaq.com.pl  2005-07-19 07:11 -------
+I'm not sure for what table dump is necessary. If you wanted to have 
+table, use following sample, but it can be any table.
+
+CREATE TABLE [EdTableName] (
+	[id] [int] NOT NULL ,
+	[text] [varchar] (10) 
+)
+GO
+
+INSERT INTO EdTableName (id, text) VALUES (1, 'sample 1')
+INSERT INTO EdTableName (id, text) VALUES (2, 'sample 2')
+INSERT INTO EdTableName (id, text) VALUES (3, 'sample 3')
+INSERT INTO EdTableName (id, text) VALUES (4, 'sample 4')
+INSERT INTO EdTableName (id, text) VALUES (5, 'sample 5')
+GO
+
+


More information about the mono-bugs mailing list