Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining trigger level
Message
 
To
28/08/2008 03:00:55
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 7.0
Miscellaneous
Thread ID:
01342461
Message ID:
01342513
Views:
16
>HI All,
>
>Is there an equivalent in SQL to the VFP _Triggerlevel system variable?
>
>The scenario I am trying to cope with is as follows:
>
>When an order line is deleted by the user I want to write a record to another database via the order line delete trigger.
>
>When an order header record is deleted I want the order header delete trigger to delete the child order lines but I do NOT want the order line delete trigger to write records to the other database. I only want to capture the order lines that have been deleted by direct user action.
>
>In VFP I could achieve this by checking the _triggerlevel variable.
>
>TIA,
>
>Andy

Check TRIGGER_NESTLEVEL in BOL
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform