Tech Support Guy banner
Status
Not open for further replies.

Exporting MS Access Database to MySQL Database

2K views 1 reply 2 participants last post by  Rockn 
#1 ·
I'm building a database application in Visual Basic .NET and I want to know what is the equivalent code of this when I want to make a connection to mysql:

Protected connString As String = _
"Provider = Microsoft.Jet.OLEDB.4.0;" & _
"Data Source = " & loc & "\dbProject.mdb;"

Private cn As OleDb.OleDbConnection = New OleDb.OleDbConnection(connString)

Private ConnectionString As String = connString
 
Status
Not open for further replies.
You have insufficient privileges to reply here.
Top