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
 
Back
Top