SQLTABLES() Function - List Database Tables

Syntax

SQLTABLES(sqlchan{,ERR=lineref})

Description

The SQLTABLES() function retrieves a list of available tables from a database with each item terminated by a linefeed.

Examples

>LET A$=SQLLIST(1)
>PRINT A$
TAOS Demo Data
Chile Company
Class Reunion
>SQLOPEN (1)"TAOS Demo Data"
>PRINT SQLTABLES(1)
CUSTOMER
ITEM
LINE_ITEM
ORDER

See Also

Functions - Alphabetical Listing