Hi:
I'm trying to connect to a mysql database with rdo.
I have the reference installed, regitered the msrdo20 dll and installed the mysql odbc connector, but the result is still the same: ActiveX can't create object.
The error appears here:
Dim db As rdoConnection
Set db = New rdoConnection <--- HERE
Any ideas?
Thanks
I'm trying to connect to a mysql database with rdo.
I have the reference installed, regitered the msrdo20 dll and installed the mysql odbc connector, but the result is still the same: ActiveX can't create object.
The error appears here:
Dim db As rdoConnection
Set db = New rdoConnection <--- HERE
Any ideas?
Thanks