crisedefoie
Programmer
It's the first time I work with MySQL.
I tried to connect my VB6 application to a little database via ADO connection.
Here is my connection code :
DBConn.Open ("Provider=MySqlProv.3.0;" & "Data Source=" & MyDataBase;"
But I always met the same error message on this line :
"ADO could not find the specified provider. Error 3706"
As I can edit my database via MySQL Control Center, I though
I have all necessary tools to access MySQL database from my application. It seems I haven't.
I try many other way but, I'm about to loose my hair!
I tried to connect my VB6 application to a little database via ADO connection.
Here is my connection code :
DBConn.Open ("Provider=MySqlProv.3.0;" & "Data Source=" & MyDataBase;"
But I always met the same error message on this line :
"ADO could not find the specified provider. Error 3706"
As I can edit my database via MySQL Control Center, I though
I have all necessary tools to access MySQL database from my application. It seems I haven't.
I try many other way but, I'm about to loose my hair!