Subject Re: [firebird-support] Re: ISQL & trigger
Author Ivan Prenosil
> > But isn't ISQL "Interative SQL" ? Isn't Mitec IB Query an interactive
> > ISQL editor ?
>
> No, isql is isql, Mitec is Mitec, iboconsole is iboconsole, etc.
> See the pattern ? :-)

Each of these applications use its own script parser
(Firebird itself executes single commands only, not whole scripts).

And it seems that "Mitec IBQuery" (unlike "ISQL")
does not support multicharacter terminators, so you have to use

SET TERM !;

Ivan