C# & mySQL - What Driver To Use?
-
www.mysql.com lists 2 dirvers for .NET and MySQL. I was wondering if anyone has any feedback on either of these. I don't really understand the difference between these. I've copied the info and link from mysql.com below. http://sourceforge.net/projects/mysqldrivercs/ A free simple .NET compliant MySQL driver. Made in C# but it would be used in all .NET compatible languages (VB.NET, Managed C++,...). MySQLDriverCS was written by Manuel Lucas Vinas Livschitz . http://sourceforge.net/projects/mysqlnet/ ByteFX, Inc. has made available an open-source .NET data provider for MySQL. It is available under the Lesser General Public License (LGPL). The driver is implemented entirely in managed C# code and has no dependency on unmanaged, external libraries. One managed-code, external library is required (SharpZipLib) for compression of the data stream between the driver and MySQL.
-
www.mysql.com lists 2 dirvers for .NET and MySQL. I was wondering if anyone has any feedback on either of these. I don't really understand the difference between these. I've copied the info and link from mysql.com below. http://sourceforge.net/projects/mysqldrivercs/ A free simple .NET compliant MySQL driver. Made in C# but it would be used in all .NET compatible languages (VB.NET, Managed C++,...). MySQLDriverCS was written by Manuel Lucas Vinas Livschitz . http://sourceforge.net/projects/mysqlnet/ ByteFX, Inc. has made available an open-source .NET data provider for MySQL. It is available under the Lesser General Public License (LGPL). The driver is implemented entirely in managed C# code and has no dependency on unmanaged, external libraries. One managed-code, external library is required (SharpZipLib) for compression of the data stream between the driver and MySQL.
I don't use MySql at all, but I would go for mysqlnet. You can do it on anything you choose - from .bat to .net - A customer
-
www.mysql.com lists 2 dirvers for .NET and MySQL. I was wondering if anyone has any feedback on either of these. I don't really understand the difference between these. I've copied the info and link from mysql.com below. http://sourceforge.net/projects/mysqldrivercs/ A free simple .NET compliant MySQL driver. Made in C# but it would be used in all .NET compatible languages (VB.NET, Managed C++,...). MySQLDriverCS was written by Manuel Lucas Vinas Livschitz . http://sourceforge.net/projects/mysqlnet/ ByteFX, Inc. has made available an open-source .NET data provider for MySQL. It is available under the Lesser General Public License (LGPL). The driver is implemented entirely in managed C# code and has no dependency on unmanaged, external libraries. One managed-code, external library is required (SharpZipLib) for compression of the data stream between the driver and MySQL.