[Mono-bugs] [Bug 61405][Nor] Changed - odbcDataAdapter.Fill( dataSet ) doesn't work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jul 2004 02:04:07 -0400 (EDT)


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 gory@alphasoft-bg.com.

http://bugzilla.ximian.com/show_bug.cgi?id=61405

--- shadow/61405	2004-07-12 13:40:12.000000000 -0400
+++ shadow/61405.tmp.27303	2004-07-14 02:04:07.000000000 -0400
@@ -35,6 +35,21 @@
 
 How often does this happen? 
 Always
 
 Additional Information:
 Code work fine in .NET framework
+
+------- Additional Comments From gory@alphasoft-bg.com  2004-07-14 02:04 -------
+I'm using Sybase SQL Anywhere 8, but i think database isn't important 
+in this case. I found a similar problems in list with PostgreSQL 
+provider, OracleDataAdapter etc. and also take a look on source of 
+OdbcDataAdapter it doesn't do something special 
+
+public sealed class OdbcDataAdapter : DbDataAdapter, IDbDataAdapter
+it only overrides a few methods : RowUpdatedEventArgs, 
+RowUpdatingEventArgs,
+Dispose, OnRowUpdated, OnRowUpdating
+
+so i think the problem is general somewhere
+in dbDataAdapter.Fill
+