Re: ADODB vs. ADOX

From: Mike Mertes (mike.mertes_at_resservices.com)
Date: 01/27/05


Date: Thu, 27 Jan 2005 13:57:08 -0500

I believe I figured it out. Can someone tell me if this is a good/correct
way of achieving what I was describing? It seems to be spot on.

Dim cnnTest as new ADODB.Connection
    cnnTest.open <connectionstring>

Dim catTest as new ADOX.Catalog
    set catTest.ActiveConnection = cnnTest

Thanks,
-Mike Mertes