[firebird-support] How to manage tribbers BeforeUpdate and AfterUpdate for same table

2016-01-25 Thread Luigi Siciliano luigi...@tiscalinet.it [firebird-support]
Hallo, I Have a table with a column (TrigSign) that is a signal (programmatically setted without direct users interactions) for a BeforeInsert/Update trigger to do some updates in other table: Example: If TrigSign = 0 do Nothing else If TrigSign = 1 do Something else if TrigSign = 2 do

Re: [firebird-support] How to manage tribbers BeforeUpdate and AfterUpdate for same table

2016-01-25 Thread Virna Constantin costel...@yahoo.com [firebird-support]
 in a similar situation i uses RDB$SET_CONTEXT() and RDB$GET_CONTEXT() initialize  trigger  ON CONNECT On Monday, January 25, 2016 11:17 AM, "Luigi Siciliano luigi...@tiscalinet.it [firebird-support]" wrote: Hallo,   I Have a table with a column