Subject | RE: [firebird-support] Is it possible to cancel UPDATE with update trigger ? |
---|---|
Author | Leyne, Sean |
Post date | 2009-11-10T21:12:43Z |
> Is it possible to cancel update inside UPDATE trigger and perform deleteI think you want to use a VIEW with triggers that apply the operations to the real tables.
> and insert ?
> I have complex triggers for insert and delete and instead of writing also
> an update trigger i want to force
> update =delete+insert.
In that way you can replace any of the operations with whatever logic you want.
Sean