OLE Provider for mysql

  • Thread starter Thread starter Vincent
  • Start date Start date
V

Vincent

Hi,

I want to convert my asp.net program from access to mysql 4.1. Is there
any OLE provider for MYSQL 4.1 in order to change the connection string
only to convert the database?

Vincent
 
Hi Vincent,

I know of a couple MySql .net providers that you can use. Most are
implemented in the same way that the other providers are (OleDb, ODP...).
You can always go the OleDb route if you do not want to use a 3rd party
provider but I am unsure of what you will gain or lose with its
implementation.

You can find thelinks to the different MySql providers at the addresses below.

I hope this helps.
 
Back
Top