Hi
Sorry to post 2 in quick succession but i am having a bit of trouble.
I have 2 tables
table a has a companies info in
table b has which sheet of the spread sheet the table should appear.
on the spread sheet if the person enters an excisting company onto a new sheet. the trigger allows the insert into table a to go ahead (after trigger) and then does a loud of checks writes to table b and at the end deletes the inserted row from table a.
However i have also a delete trigger which records the deletion of and information from table a.
I dont want the delete trigger to record any deletions done by another trigger.
Is there any way to identify that a deletion was caused by a trigger?
Sorry to post 2 in quick succession but i am having a bit of trouble.
I have 2 tables
table a has a companies info in
table b has which sheet of the spread sheet the table should appear.
on the spread sheet if the person enters an excisting company onto a new sheet. the trigger allows the insert into table a to go ahead (after trigger) and then does a loud of checks writes to table b and at the end deletes the inserted row from table a.
However i have also a delete trigger which records the deletion of and information from table a.
I dont want the delete trigger to record any deletions done by another trigger.
Is there any way to identify that a deletion was caused by a trigger?