Querying the Catalog

  • Thread starter Thread starter Mac
  • Start date Start date
M

Mac

Not too familar with Access. I need to drop and create foreign keys
through DDL.

Does Access have an accessible database catalog? By that I mean a set
of tables or views
that list all the tables, columns and constraints in the database? I'm
looking for something
analogous to the INFORMATION_SCHEMA views of SQL Server, or to the
ALL_TABLES, ALL_COL_CONSTRAINTS etc views of oracle.

I am sure that Access has a catalog somewhere, but I don't know how to
query it. I specifically want to read catalog views that list the
columns that are in foreign key relationships.

Thanks,

Mac
 
Back
Top