Subject Re: [firebird-support] isql
Author Helen Borrie
At 03:06 PM 12/12/2003 +0000, you wrote:
>Hi
>i have start the isql on my root-server (Suse 8.1, Firebird 1.5 RC7)
>then i make a SQL-Statement:
>SQL> update dbalias set host = 'localhost:';
>
>and that is all!
>
>I cannot stop isql (quit;)
>i became not the SQL>
>
>
>How i can stop the isql (return to bash)
>without reboot?

either
SQL>commit;
SQL>quit;

or
SQL>exit; (the equivalent of commit plus quit)

Still, quit is supposed to roll back the transaction...it shouldn't be
preventing you from exiting.

In case I misunderstood you and what you really want is to get out to a
shell temporarily:

SQL>shell;

Work in the shell, then enter 'exit' to come back into the isql shell.

/h





>regards frank
>
>
>
>To unsubscribe from this group, send an email to:
>firebird-support-unsubscribe@yahoogroups.com
>
>
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/