mysql provider problem
Database
1
Posts
1
Posters
0
Views
1
Watching
-
hello all, while i am trying to connect my windows application to mysql database, I am facing problem in opening the connection. The error msg I am getting is "The 'System.Data.Odbc' provider is not registered on the local machine". OleDbConnection con = new OleDbConnection("provider=System.Data.Odbc;Data Source=localhost; Initial Catalog=GKBM;Persist Security Info=True"); ANYBODY KNOWS THE SOLUTION TO THIS PROBLEM PLEASE REPLY ME AS SOON AS POSSIBLE. THANKS & REGARDS SMAR.
SMAR