views:

40

answers:

1

I'm trying to use the MySQL Connector/Net to connect a c# program to a MySQL Server.

Problem is, the MySQL server is version 4.x, and the connector throws this exception:

Connector/Net no longer supports server versions prior to 5.0

Is there a way to connect to this older MySQL Server?

+1  A: 

Sam, I have a copy of MyODBC-standard-3.51.9-win.msi if that is of any use, I can email it to you.

Jaydee