|
-
Apr 19th, 2002, 03:32 PM
#1
Thread Starter
Member
Access MySQL with VB .NET?
Is it possible to use MySQL databases with VB .NET?
I downloaded a driver called MyODBC, but for now im stuck using Visual Basic 5.0 to do my database app, cause I wasnt able to get VB .NET to work with it succesfuly.
-
Apr 19th, 2002, 03:36 PM
#2
Are you using the ADO.NET OleDb* objects? Ususally those will connect to any ODBC compliant database.
-
Apr 19th, 2002, 03:43 PM
#3
Thread Starter
Member
Yes, I used those controls, but for some reason it wouldnt connect.. i dont know why.. it was wierd :-/
-
Apr 19th, 2002, 03:44 PM
#4
What kind of error message does it return?
-
Apr 19th, 2002, 05:30 PM
#5
You need to download the ODBC .NET Data Provider. You can find it at msdn.microsoft.com somewhere.
After you download and install that, you will have to use the classes in the Microsoft.Data.Odbc namespace instead of the ones in the System.Data.OleDb namespace.
-
Apr 19th, 2002, 06:33 PM
#6
Thread Starter
Member
Thanks Tygur... im looking it up now
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
|