Selects the application and database on which to focus subsequent commands.
Syntax
SELECT appName dbName| Parameter | Description |
|---|---|
appName | Name of the application containing the desired database. |
dbName | Name of database within the selected application. |
Example
To select the database called BASIC in the application called SAMPLE:
SELECT "SAMPLE" "BASIC";