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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 11 Jul 2004 12:19:25 -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-11 12:19:25.000000000 -0400
+++ shadow/61405.tmp.12716	2004-07-11 12:19:25.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 61405
+Product: Mono: Class Libraries
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: Slackware 10.0 (kernel 2.6.7)
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gory@alphasoft-bg.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: odbcDataAdapter.Fill( dataSet ) doesn't work
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+odbcDataAdapter.Fill(dataSet) doesn't work
+
+Steps to reproduce the problem:
+1. create odbcDataAdapter that select something from database
+2. generate named/typed dataset /i'm using VS2003.NET /
+3. fill dataset
+
+Actual Results:
+dataset is empty
+
+Expected Results:
+Data in the dataset
+
+How often does this happen? 
+Always
+
+Additional Information:
+Code work fine in .NET framework