[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 04:15:52 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 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: tsureshkumar at novell.com
ReportedBy: spek at impaq.com.pl
@@ -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 spek at impaq.com.pl 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
More information about the mono-bugs
mailing list