VB Code:
Dim connMySQL As ADODB.Connection Set connMySQL = New ADODB.Connection Call connMySQL.Open("Provider=MySQLProv;Data Source=Data;User Id=root;Password=grb") ...
The rest of the code is no need cause the problem is on the connection.
|
Results 1 to 40 of 46
Thread: Connect to MYSQL with vb6Threaded View
|
Click Here to Expand Forum to Full Width |