Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Triggers?
Message
From
13/08/1999 12:16:14
 
 
To
13/08/1999 12:02:36
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00253416
Message ID:
00253444
Views:
20
Hi Nancy,

>
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.
Wow, your message was as wide as the Mississippi ( I should know, I could probably spit in it from my office, no lie). Yeah, thats all the help I could find anywhere.

They are record level? Does that mean it may get called 200000 times if I use BEGIN TRANSACTION, I imagine its called after END TRANSACTION then? Or after the TableUpdate in the transaction? I don't know a ton about transactions either.
Previous
Reply
Map
View

Click here to load this message in the networking platform