| Subject | Re: [firebird-support] acces on old field value on after delete | 
|---|---|
| Author | Helen Borrie | 
| Post date | 2004-08-28T03:34:02Z | 
At 02:41 AM 28/08/2004 +0000, you wrote:
new.* values are available in Insert and Update triggers.
states of the Updating, Inserting and Deleting context variables.
./heLen
            >Hi friendly Firebird users,old.* values are available in Update and Delete triggers.
>
>Supppose I write a after delete trigger for a table. Do I still have
>an access on the old.fieldname value? or better yet instead of after
>delete use the before delete?
new.* values are available in Insert and Update triggers.
>My reason I want to use the after delete is because I just want toSure, but it will have to include conditional blocks according to the
>write a single trigger for after insert, after update and after delete
>event.
states of the Updating, Inserting and Deleting context variables.
./heLen