Subject | Re: [ib-support] Do Nothing in triggers |
---|---|
Author | Marco Lauria |
Post date | 2001-12-14T10:11:36Z |
At 09.52 14/12/2001 +0000, you wrote:
Regards
Marco
>During development it is very useful to be able to create procedures whichAFAIK this is the only solution.
>do nothing by having only EXIT in the body of the procedure. I would like
>to be able to do the same with triggers.
>
>EXIT is illegal and is obviously inappropriate. The shortest command I have
>found is:-
>
>declare variable a integer;
>begin
> a = 1;
>end
>
>Is there a better way? If not, how about adding a DoNothing command for use
>in triggers?
Regards
Marco