Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Are Triggers Traditionally Recursive in Back Ends?
Message
From
26/03/2000 21:05:11
Les Chandra
Mastersoft Pty Ltd
Melbourne, Australia
 
 
To
25/03/2000 09:44:52
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00350383
Message ID:
00350591
Views:
23
I suspect you will find that triggers are aargh in any database.

Oracle has 2 types of triggers - ROW triggers and TABLE triggers. In a row trigger you can update the row that caused the trigger to fire (e.g timestamp) but you cannot query the table being updated. In a table trigger you can query the table being updated but you cannot update the row that caused the trigger to fire. In either case, they cascade through. As a result, it is almost (but not totally) impossible to do anything :(
Previous
Reply
Map
View

Click here to load this message in the networking platform