QUIT

From InterBase

Go Up to isql Command Reference


Rolls back the current transaction, closes the database, and ends the isql ­session.

QUIT;

Description: Both EXIT and QUIT close the database and end an isql session. QUIT rolls back any changes made since the last COMMIT or ROLLBACK, whereas EXIT commits the changes.

Important:
QUIT rolls back uncommitted changes without prompting for confirmation. Before using QUIT, be sure that any changes that need to be committed are committed. For example, if SET AUTODDL is off, DDL statements must be committed explicitly.

See Also