Displays all the DBEnvironments currently attached to a TurboIMAGE/XL
database.
Syntax |
 |
DI[SPLAY] SQLDBE[S] [FOR TurboDB
[,MAINT=TurboMaintWord]]
Parameters |
 |
- TurboDB
is the name of the TurboIMAGE/XL database whose associated DBEnvironments you want
to display.
If this parameter is omitted, the database must be previously specified
with the SET TURBODB command or else an error message is issued.
- TurboMaintWord
is the maintenance word for the TurboIMAGE/XL database. This parameter can
be omitted if you are the database creator (DBC).
Prerequisites |
 |
SET TURBODB issued or TurboIMAGE/XL database (and
maintenance word, if not DBC) specified as part of the command.
Description |
 |
Use the DISPLAY SQLDBES command to display the DBEnvironments to which the
TurboIMAGE/XL database is currently attached.
Example |
 |
In the following example, SALES.SERED.ATC is only associated with
PARTSDBE.SERED.ATC.
>>DISPLAY SQLDBES FOR SALES.SERED.ATC
ATTACHED BASES : SALES.SERED.ATC
DBENVIRONMENT OWNER
------------- -----
PARTSDBE.SERED.ATC SALES
>>
|