ADO.NET driver for MySQL?

  • Thread starter Thread starter RAM
  • Start date Start date
R

RAM

Hello,
I have dowloaded two drivers for MySQL:
- mysql-connector-net-1.0.9.zip
- ByteFX.MySqlClient.76.NI.zip
Which one do you recommend?
Please help
Thank you!
RAM
 
RAM said:
Hello,
I have dowloaded two drivers for MySQL:
- mysql-connector-net-1.0.9.zip
- ByteFX.MySqlClient.76.NI.zip
Which one do you recommend?
Please help
Thank you!

The ByteFX provider has been bought by MySql themselves and this one
is now available as their own provider. It's GPL-ed though, so if you
don't want to GPL your own software you either should buy a license
from MySql (250euro+ )or use a 3rd party one. There's also one over at
sourceforge, which is also GPLed.

We use the 3rd party provider from Core Lab. It's rather inexpensive
so if you don't want to GPL your software it's a good alternative.

FB


--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
Back
Top