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 02:58:29.000000000 -0400 +++ shadow/75574.tmp.21730 2005-07-19 04:15:52.000000000 -0400 @@ -1,12 +1,12 @@ Bug#: 75574 Product: Mono: Class Libraries Version: 1.1 OS: Red Hat 9.0 OS Details: Fedora Core -Status: NEEDINFO +Status: REOPENED Resolution: Severity: Unknown Priority: Major Component: Sys.Data AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -63,6 +63,24 @@ this is not reproducible as it here woks fine here. Please give more info (table dump). i tried with * linux (mono, sqlserver, unixodbc, freetds) * windows (mono 1.1.3, sqlserver) + +------- Additional Comments From [EMAIL PROTECTED] 2005-07-19 04:15 ------- +I did tests for following configuration: + +1) ODBC connection to Progress db using OdbcDataAdapter + -Win.NET Env: ok, rowsFilled = 5 + -Win Mono: wrong, rowsFilled = 0 + -Linux Mono: wrong, rowsFilled = 0 + +2) connection to SQL Server using SqlDataAdapter + -Win.NET Env: ok, rowsFilled = 5 + -Win Mono: ok, rowsFilled = 5 + -Linux Mono: ok, rowsFilled = 5 + +3) ODBC connection to SQL Server using OdbcDataAdapter + -Win.NET Env: ok, rowsFilled = 5 + -Win Mono: wrong, rowsFilled = 0 + -Linux Mono: not tested _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
