You must add a reference to MySQLDriverCS.DLL in your project. MySQLDriverCS.DLL
calls libMYSQL.dll but this file produces errors when MySQLDriverCS is used
in ASP.NET projects so put it in windows\system folder to avoid errors and remove
it from ASP.NET bin folder of your project. Because of this, the package includes
a install option to make it automatically (for deployments).
Use it as OleDb driver or Sql driver but taking care of unsupported members.
This driver works now with text-only queries, It doesn't support '@' and '?'
parameters by now. |