Subject Re: [firebird-support] Multi-action triggers?
Author Alexandre Benson Smith
dr_bentonquest wrote:
> Hi there,
>
> I have a 'before insert' trigger which performs a validation that I
> also need to do in a 'before_update' trigger. Is there a way to
> instruct the trigger to fire on 'before insert' *and* 'before update'
> operations?
>
> Regards,
>
> -Benton
> Using FB 1.5
>
yes,

create trigger MyTrigger for MyTable before insert or update as
begin
end

see you !

--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br