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 ?
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 ?