Connection from VB.net
Posted by: Herve Dunoyer
Date: May 01, 2006 12:16PM

Hi,

I want to have access to my database on MYSQL from VB.Net via ADO.


What is the correct link. I tried this one but it does not fit.

Dim conn As ADODB.Connection

'connect to MySQL server using MySQL ODBC 3.51 Driver
Set conn = New ADODB.Connection
conn.ConnectionString = "DRIVER=MySQL ODBC 3.51 Driver; SERVER=localhost; DATABASE=test; UID=root; PWD="";"

conn.Open

Thanks you for your help.

Options: ReplyQuote


Subject
Written By
Posted
Connection from VB.net
May 01, 2006 12:16PM
January 10, 2007 04:56AM
January 10, 2007 09:44AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.