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 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 [EMAIL PROTECTED] 2005-07-19 04:44 ------- can you please give a table dump? + +------- Additional Comments From [EMAIL PROTECTED] 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 + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
