HPlogo ALLBASE/NET User's Guide: HP 3000 MPE/iX Computer Systems > Chapter 3 Using ALLBASE/SQL Through ALLBASE/NET

Using ALLBASE/ISQL

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

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.
Feedback to webmaster