HPlogo Up and Running with ALLBASE/SQL: HP 3000 and HP 9000 Computer Systems > Chapter 3 Setting Up a Database with ISQL

Running ISQL

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Before you can create a new DBEnvironment, you must run ISQL by simply entering

   isql Return

at your operating system prompt. ALLBASE/SQL then displays the ISQL banner as in Figure 3-1 (some details may be slightly different on your system):

Figure 3-1 ISQL Banner



                    IIIIIIII    SSSSSSSS     QQQQQQQ      LL

                       II      SS           QQ     QQ     LL

                       II      SS           QQ     QQ     LL

                       II        SSSSSS     QQ     QQ     LL

                       II              SS   QQ   Q QQ     LL

                       II              SS   QQ     QQ     LL

                    IIIIIIII    SSSSSSS       QQQQQQ QQ   LLLLLLLLL





                                            WED, AUG 08, 1990,  4:14 PM

   HP36217-02A.07.00.17        Interactive SQL/9000        HP SQL/HP-UX

   (C)COPYRIGHT HEWLETT-PACKARD CO. 1982,1983,1984,1985,1986,1987,1988,

   1989. ALL RIGHTS RESERVED.



   isql=>

You should make a note of two things before going any further:

  • You must always use a semicolon and press Return to terminate a command in ISQL.

  • You leave ISQL by typing

       isql=> exit; Return
    

    If ISQL asks whether or not you want to commit work, you must reply either Y or N and press Return. A Y makes the work you have done permanent.

Feedback to webmaster