Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 758 Bytes

s4g432.md

File metadata and controls

26 lines (18 loc) · 758 Bytes

DISPLAY TABLES, LIST TABLES

These two commands produce a list of the tables in a database. Each is listed with both its internal name and its complete path and file name.

Usage

DISPLAY | LIST TABLES
        [ TO PRINT [ PROMPT ]
          | TO [ FILE ] cFileName [ ADDITIVE ] ]
        [ NOCONSOLE ]

Like the other commands that LIST DATABASE components, these insist you open the database and make it current before using them.

The information displayed is more or less available from a combination of ADBOBJECTS() and DBGetProp().

Example

OPEN DATA TasTrade
LIST TABLES TO PRINT

See Also

ADBObjects(), DBGetProp(), Display and List