SQLTables
The sqltables statement returns
a set of fields describing the tables of an
Syntax:
SQLTables
The fields can be combined with the fields generated by the sqlcolumns and sqltypes commands in order to give a good overview of a given database. The five standard fields are:
TABLE_QUALIFIER
TABLE_OWNER
TABLE_NAME
TABLE_TYPE
REMARKS
For a detailed description of these fields, see an
Example:
Connect to 'MS Access 7.0 Database; DBQ=C:\Course3\DataSrc\QWT.mbd';
SQLTables;
Note: Some ODBC drivers may not support
this command. Some ODBC drivers may produce
additional fields.