sql query

Steven Low

Active member
Joined
Apr 14, 2005
Messages
42
Programming Experience
1-3
hi guys

i wanna connect my vb.net to mysql database. but i found out that you need a database connecter. Can anyone please give me the link to the connecter driver i would be using to connect mysql with vb.net thanks
 
You can also download and use the MyODBC connector if you want to use an ODBC connector instead of the native .NET MySQL connector, even though the .NET connector is better. I think they worked out the kink of some connections not closing.
 
Hi guys

keep getting an error. Installer always fails with "Error writing to file: MySql.Data.dll". its the same with version 1 and version 5. I even turned my firewall off still getting the same thing. :(

need help with this guys.
 
Hi guys

ive installed version conecter 1.07 is that okey. the mysql i am using is 5.0.27 would this be okey with 1.07 connecter.

Also could u guys recommend me a guide i can use for adding records using vb.net in mysql...I am new to using sql with vb.net but i have experince of sql commands before. :confused:

Thanks guys
 
Back
Top