Subject | Re: [firebird-support] Re: ISQL & trigger |
---|---|
Author | Ivan Prenosil |
Post date | 2004-10-04T13:33:18Z |
> > But isn't ISQL "Interative SQL" ? Isn't Mitec IB Query an interactiveEach of these applications use its own script parser
> > ISQL editor ?
>
> No, isql is isql, Mitec is Mitec, iboconsole is iboconsole, etc.
> See the pattern ? :-)
(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