[Mono-list] ByteFX MySql on Mono problem

Scott scott@budomail.com
Fri, 3 Sep 2004 11:54:56 +0100


"Dan Cimpoiesu" <dan.cimpoiesu@dion.ro> Wrote:

> I use the ByteFX components for connecting to MySQL
>
> Remoting.BackupDataSet is a strong typed DataSet that contains the 
> table =
> Users
>
> On windows these piece of code works ok.
>
> On linux with mono I get an Array index out of range exception on =
> adapter.Fill
>
> Any suggestions?

Hi Dan,

I don't know the answer to your question, but Reggie made a new
Beta1 release of the MySQL Data Adapter yesterday. It's now called
Connector/Net and can be found at:

	http://dev.mysql.com/downloads/connector/net/1.0.html

It might be worth giving it a try to see if your problem has been 
resolved
by the new release. The name space has changed to from ByteFX.Data
to MySql.Data.

-- Scott