Subject | Re: [firebird-support] Multi-action triggers? |
---|---|
Author | Alexandre Benson Smith |
Post date | 2006-02-08T17:55:15Z |
dr_bentonquest wrote:
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
> Hi there,yes,
>
> 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
>
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