[Mono-bugs] [Bug 64103][Wis] New - Bug in OdbcDataAdapter or DataSet ???

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 26 Aug 2004 05:26:42 -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 beniniva@csr.unibo.it.

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

--- shadow/64103	2004-08-26 05:26:42.000000000 -0400
+++ shadow/64103.tmp.14111	2004-08-26 05:26:42.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 64103
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Fedora Core 2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: beniniva@csr.unibo.it               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Bug in OdbcDataAdapter or DataSet ???
+
+Description of Problem:
+---------------------------
+Hi,
+I've an asp.net web application that shows, through an odbc connection
+to a mysql database, the content of the table chosen from a DropDownList.
+The code goes well on windows but on linux with mono 1.01 not all the
+tables are shown correctly.
+ 
+I've also tried to run a c# example that makes the same thing and it
+works well....so I think that is not a problem of mysql or odbc connection,
+but rather it may be a problem of odbcDataAdapter or Data set....
+ 
+Is it true?
+
+Additional Information:
+-------------------------
+Dump of mysql database = tdmio.sql
+Asp.net web application = WebForm1VisuaTabelle.aspx.cs,
+WebForm1VisuaTabelle.asp
+C# example= ProvaVisuaTabella.cs, ExecuteVisuaTabelleC#