Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining trigger level
Message
From
28/08/2008 03:00:55
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Determining trigger level
Environment versions
SQL Server:
SQL Server 7.0
Miscellaneous
Thread ID:
01342461
Message ID:
01342461
Views:
55
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
Next
Reply
Map
View

Click here to load this message in the networking platform