Missing Reference--ADOX.Catalog

S

Sprinks

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
 
A

Allen Browne

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
 
S

Sprinks

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
 
Top