MySQL dataprovider

Hi,

I am searching for a method to connect with the MySQL dataprovider. In the dataproviders collection only SQL and SQLlite can be found. Where can I find the MySQL dataprovider? Or how can I connect to MySQL?

André

Hi,

The provider is found in the Goodies section of the installation. Also, you can google for the combit DataProvider project on Codeplex, the provider is Open Source.

Mike

Hi Mike,
Thanks, should use the dll from assemblies 2.0 , 4.0 and signed or not?

André

Andre,

I"d rather include the source version from Codeplex. This way you can use whatever MySql version your project already has. The combit binaries depend on a fixed version (as documented in the readme)

Mike