Re: ADODB vs. ADOX

From: Andrew (abaylis_nos_at_spamcop.net)
Date: 01/27/05


Date: Fri, 28 Jan 2005 10:56:23 +1100


"Mike Mertes" <mike.mertes@resservices.com> wrote in message
news:uLeZ0FKBFHA.2460@TK2MSFTNGP14.phx.gbl...
>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
>
You've got it in one!

Andrew