[Mono-list] Problem with asp.net OdbcDataAdapter or
DataSet.
Sanjay Gupta
GSanjay@novell.com
Tue, 24 Aug 2004 05:12:10 -0600
Hi There,
Can you send the schema of the data table for which you are not
getting
proper information returned.
Thanx,
Sanjay
>>> <beniniva@csr.unibo.it> 8/24/2004 2:31:51 PM >>>
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 go 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?
Could anybody help me?
asp.net web application: WebForm1VisuaTabelle.aspx,
WebForm1VisuaTabelle.aspx.cs
c# example: ProvaVisuaTabella.cs
Thanks a lot,
Valentina.