INFORMATION_SCHEMA

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

Guest

I am new to Access programming.
I am trying to get the table and column attributes from an Access 97 DB
using Jet (via C#).
Is there a way to get this information... something like:
SELECT COLUMN_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.COLUMNS
since this information is in the design view, it would seem this is possible.
 

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

Back
Top