OLE Provider for mysql

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top