Click here to Skip to main content
15,890,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My connection string is to connect MySQL from client system is
C#
Provider=MySQLProv;Driver={MySQL ODBC 5.0.9 Driver};Server=IPAddress;Database=DBName;User=root;Password=adminadmin;Option=3;


I have installed MySQL Connector/ODBC 3.51 and 5.0.9 also

Thanks
Posted
Updated 14-May-13 0:16am
v2
Comments
Sudhakar Shinde 14-May-13 6:13am    
What is the error you are facing?
Usha Muhunthan 14-May-13 6:16am    
mysqlprov is not registered on the local machine

1 solution

You need to reference a "connector" in your project.

This one is free Connector/Net is a fully-managed ADO.NET driver for MySQL[^]
 
Share this answer
 
Comments
Usha Muhunthan 14-May-13 7:17am    
I downloded and installed the same from the site which you have given,

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