Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am facing an issue while giving the provider name for connecting MySQL with oledb. It's writing "Provider has not been registered in the local machine" !!

What I have tried:

I tried with the provider name = "MySql.Data.MySqlClient"
Posted
Updated 29-Aug-18 3:04am

1 solution

There is no MySQL OLEDB driver. There are only MySQL :: Connector/NET[^] and MySQL :: Connector/ODBC[^]. If you are not using a .Net language, you have to use the ODBC driver.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900