Querying the Catalog

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
 

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

Top