|
-
Aug 2nd, 2003, 12:00 PM
#1
Thread Starter
Lively Member
Connecting to MySQL database with VB.NET
Is this possible? If so, how can I do this?

-morrowasted
-
Aug 2nd, 2003, 12:51 PM
#2
Lively Member
You can easily do it through an ODBC driver
or I've seen there's an ole db driver (not sure if it's compatible with .NET)
Maybe you should better check the mysql site for it or you can contact them to ask if they're developing a driver for .NET
HTH
Bjorn
-
Aug 2nd, 2003, 12:54 PM
#3
Thread Starter
Lively Member
You can easily do it through an ODBC driver
I'm not really sure what an ODBC driver is, but my MySQL monitor say that it "cannot be found"

-morrowasted
-
Aug 2nd, 2003, 09:29 PM
#4
You can download it from MySQL web site
http://www.mysql.com/products/myodbc/index.html
But you also need the ODBC framework for .NET otherwise you can't use it. I'm not sure where to get that from though.
-
Aug 2nd, 2003, 09:33 PM
#5
Nevermind, I found that too...
http://msdn.microsoft.com/library/de...vframework.asp
Click and download "ODBC .NET Data Provider"
-
Aug 2nd, 2003, 09:52 PM
#6
Wow I didn't realize you needed to download special drivers to connect to a MySQL database with VB... I always thought VB had that included since MySQL is such an important part in today's internet
-
Jul 18th, 2004, 05:55 PM
#7
Addicted Member
after trying all this - it seems VB.NET Standard only supports MSDE/Sql Express and MS Access DB's.
Any info on connecting to MySQL would be appreciated - if it is possible.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|