HPlogo ALLBASE/ISQL Reference Manual: HP 9000 Computer Systems > Chapter 4 ISQL Commands

EXIT

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The EXIT command terminates an ISQL session and returns you to HP-UX.

Scope

ISQL only.

ISQL SYNTAX

EX[IT]

Description

  • If you have a DBEnvironment transaction in progress when you issue the EXIT command, ISQL prompts you as follows:

       A transaction is in progress.  Commit work (Y/N)>
    
  • Enter N to roll back any DBEnvironment change(s) you made since signing on or since the latest COMMIT WORK. ISQL automatically processes a ROLLBACK WORK statement, and your changes are undone.

    Enter Y to commit any DBEnvironment change(s) you made since signing on or since the latest COMMIT WORK. ISQL automatically processes a COMMIT WORK statement, and your change(s) become permanent.

  • After any transaction has been ended, the DBE session is automatically terminated. ISQL then issues a RELEASE or STOP DBE statement on your behalf.

  • EXIT has the same effect as END.

Example

   isql=> EXIT;



   $
Feedback to webmaster