Anyone knows a good free MySQL .Net Data Provider? I'm needing this kind of stuff and I need someone's help. Thanks.
Added [RESOLVED] to thread title - Hack
Printable View
Anyone knows a good free MySQL .Net Data Provider? I'm needing this kind of stuff and I need someone's help. Thanks.
Added [RESOLVED] to thread title - Hack
ByteFX.Data is a package for allowing .NET native access to MySQL and postgres.
http://sourceforge.net/projects/mysqlnet/
However, you can get the ODBC or OleDB drivers from MySQL's website, and just use the ODBC or OleDB data objects.
Here is a connection package from the folks at MySQL.
http://dev.mysql.com/doc/refman/5.0/...tallation.html
Thanks. I'll be getting the one from MySQL's website. Thanks again.