MySQL connection problem
Database
3
Posts
2
Posters
0
Views
1
Watching
-
i'm facing a problem connecting to mysql using C# i'm using oledb and it gives me (MySQLProv' provider is not registered on the local machine) i downloaded and installed ADO.NET Driver for MySQL (Connector/NET) so does anybody know the problem
Hi, You have downloaded MySQl connector, so use it instead of oledb. It's a native driver and fully managed .Net so more performant than oledb driver. HTH. Hayder Marzouk
-
Hi, You have downloaded MySQl connector, so use it instead of oledb. It's a native driver and fully managed .Net so more performant than oledb driver. HTH. Hayder Marzouk