ADOX i Access VB. Library?

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

Guest

When compiling as follows:
Dim cn As ADODB.Connection
Dim cat As ADOX.Catalog

the program can't identify ADOX as an allowed type.

Do I need an extra control/library/add-in? If affirmative, how to find it
and how to associate it with my MSAccess data base?
 
With any code module open, select Tools | References from the menu bar and
scroll through the list of available references until you find Microsoft ADO
Ext. 2.x for DDL and Security. It's not necessary that the version of ADOX
you're using correspond to the version of ADO you are.
 
Back
Top