Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Triggers?
Message
From
13/08/1999 12:02:36
 
 
To
13/08/1999 11:49:34
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00253416
Message ID:
00253425
Views:
17
This is from the help:
trigger
Record-level event code that runs after an insert, update, or delete. Different actions can be attached to the different events. Triggers run last, after rules, and do not run during buffered updates unless TABLEUPDATE( ) is issued. They are most often used for cross-table integrity.
>Like, on an update, does the trigger get fired for the current field every field, once or every time?

You can get to triggers from the MODI STRU window. The first ex. that comes to mind of using triggers is for cascading deletes.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform