Using ALLBASE/ISQL [ ALLBASE/NET User's Guide ] MPE/iX 5.0 Documentation
ALLBASE/NET User's Guide
Using ALLBASE/ISQL
To use ISQL to access a remote DBEnvironment, do the following:
1. Invoke ISQL on the client by typing:
:isql
2. Initiate a DBE session by typing:
isql=> connect to `AliasName';
AliasName references a particular DBEnvironment on the server. The alias
name is specified in the AliasDB file on the client. The ISQL commands
that are issued after this connect statement act on the remote
DBEnvironment. However, be aware that if you execute the ISQL STORE
command on a remote DBEnvironment, the file is written to the client.
You must have Version A.12.00 or later of ISQL to use an alias name.
NOTE ALLBASE/NET does not allow the use of the START DBE NEWLOG or START
DBE NEW commands remotely.
MPE/iX 5.0 Documentation