Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RDO and 429 Error

Status
Not open for further replies.

cimd

Programmer
Jul 18, 2001
52
0
0
ES
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
 
You may be missing some information. Here is an example of ADO connection:
Code:
Set progCONN = New ADODB.Connection

If at first you don't succeed, then sky diving wasn't meant for you!
 
Thanks a lot to GhostWolf.

I checked the article, tested it, and same problem.
Think I'm gonna do it with ADO as Bluejay07 suggests...

Thanks a lot anyway!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top