I think almost all connectors for MySQL are ODBC...So you have a few
options:

- Either use provider agnostic code, for instance, the IDbConnection
and associated interfaces.
- Change your current implementation to ODBC - I highly doubt this
will be possible in your case.
- Check out the MySQL OLEDB Provider by Cherry City:
http://cherrycitysoftware.com/ccs/Providers/ProvMySQL.aspx

On Jan 15, 10:34 am, Madhavan Lakshmi Narasimhan <madhav.
[email protected]> wrote:
> Hi,
>
> I am creating an component for my project.  I have to support SQL Server,
> Oracle and My SQL connections.  So, I went for OLEDB Connection.  But, when
> i try to connect using MySQL Provider in OLEDB, I am getting an error
> stating that *MySQL Provider not registered in the local Machine.
> *
> When i tried with MySQL Forums, they were discussing about connectors rather
> than OLEDB connection.  Can anyone help me in this regards please......
>
> --
>
> Thanks & Regards,
> Madhavan L

Reply via email to