AbeMeister
MIS
My SQL book says that Microsoft Access has the following System Catalogs:
MSysColumns, MSysIndexes, MSysMacros, MSysObjects, MSysQueries, and MSysRelationships.
I have found in my database:
MSysAccessObjects, MSysACEs, MSysObjects, MSysQueries, and MSysRelationships.
I would like to know where the other ones are!!
Microsoft states that they are supposed to exist.
"MORE INFORMATION - A system table is a table that contains information about the structure of a database. A Microsoft Access database has six default system tables; MSYSACES, MSYSCOLUMNS, MSYSINDEXES, MSYSOBJECTS, MSYSQUERIES, and MSYSMACROS. When you use a Microsoft Access database in Microsoft Query, and you select the System Tables check box in the Table Options dialog box, each of these tables appears in the Add Tables dialog box. However, when you create a new data source, and you use the Access Data ODBC driver, the MSYSMACROS system table is not added when you display the system tables for this data source."
All I really need is to be able to query MSysColumns Table. :-(
MSysColumns, MSysIndexes, MSysMacros, MSysObjects, MSysQueries, and MSysRelationships.
I have found in my database:
MSysAccessObjects, MSysACEs, MSysObjects, MSysQueries, and MSysRelationships.
I would like to know where the other ones are!!
Microsoft states that they are supposed to exist.
"MORE INFORMATION - A system table is a table that contains information about the structure of a database. A Microsoft Access database has six default system tables; MSYSACES, MSYSCOLUMNS, MSYSINDEXES, MSYSOBJECTS, MSYSQUERIES, and MSYSMACROS. When you use a Microsoft Access database in Microsoft Query, and you select the System Tables check box in the Table Options dialog box, each of these tables appears in the Add Tables dialog box. However, when you create a new data source, and you use the Access Data ODBC driver, the MSYSMACROS system table is not added when you display the system tables for this data source."
All I really need is to be able to query MSysColumns Table. :-(