MSysObjects

J

Jacob Petersen

In an SAS-application I'm making a tool for importing
tables from MS Access. I want to make a list of available
tables in the Access Database. Can I make a query on the
table MsysObjects to find these ? How about : select name
from MsysObjects where type = 1 and flags = 0 ?
 

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