Missing Reference--ADOX.Catalog

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm attempting to implement the table link verification code from Litwin,
Getz, Gunderloy, adhVerifyLinks. The code stumbles on the line

Dim cat As ADOX.Catalog

Compile Error:

User-defined type not defined.

Does anyone know what reference I'm missing?

Thank you.

Sprinks
 
The reference is called:
Microsoft ADO Ext. 2.8 for DDL and Security.

The file is typically found here:
C:\Program Files\Common Files\System\ado\msadox.dll
 
Thanks, Allen.

Allen Browne said:
The reference is called:
Microsoft ADO Ext. 2.8 for DDL and Security.

The file is typically found here:
C:\Program Files\Common Files\System\ado\msadox.dll
 

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