Subject Re: [ib-support] Re: OR in TRIGGERS
Author Helen Borrie
At 05:56 AM 25-10-02 +0000, you wrote:
>Sorry,
>this question is relevant to Triggers, not stored proc.
>I'm sure it's the same, as they both use the same language though.

Erm...they both use the procedural SQL (PSQL) subset; but the 'new' and
'old' context variables are available only to triggers.

There are other differences...for example, you can have input or output
parameters in triggers; you can't use EXIT in triggers...and one or two
others I can't think of right now.

Also...you can't use the 'old' context variable in an insert trigger; and
you can't use the 'new' in a delete trigger.

Hope this gives some clues...

heLen