Should I use the native .NET connector for MySQL? Or should I use the ODBC connector for MySQL and use that ODBC connection in C#? I am using C# 2010 Express. Which one is easier to manipulate data in a MySQL database?
+2
A:
To be honest I would go with the .NET MySql Connector, that would be like using the OleDb one for Oracle (while it can be done why not use the proper tool for the job)
PsychoCoder
2010-08-07 15:41:56