Ezguy Posted December 8, 2003 Posted December 8, 2003 (edited) mysql and .net connection Can any one tell how to connect to mysql using vb.net without using odbc. are there any dlls for that. thanks in advance Edited December 8, 2003 by Ezguy Quote www.itfriend.com [ get connected with your IT friends]
*Gurus* Derek Stone Posted December 8, 2003 *Gurus* Posted December 8, 2003 http://www.xtremedotnettalk.com/showthread.php?s=&threadid=72925 Quote Posting Guidelines
Shirtster Posted December 9, 2003 Posted December 9, 2003 also try http://www.able-consulting.com/dotnet/adonet/Data_Providers.htm which will tell you how to get hold of & use the mysql.net sdk, which gives you a MySQLConnection object (instead of ODBCConnection/etc). I've used this in a test project, a C# .NET webservice that queries a MySQL DB on my Linux box, and it works just fine (and quickly!) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.