Use of ADOX and what referfence should I use?

  • Thread starter Thread starter reidarT
  • Start date Start date
R

reidarT

I try to make a public function which starts with
Dim catCurr as New ADOX.Catalog

ADOX is not in the list of available commands.
Do I use a wrong reference (ADO 2.1)?

reidarT
 
Yes, you have the wronge reference: that's the one for ADO, not ADOX.

ADOX is "Microsoft ADO Ext. 2.x for DDL and Security" (where x is whatever
version you have)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top