Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Are Triggers Traditionally Recursive in Back Ends?
Message
De
26/03/2000 21:05:11
Les Chandra
Mastersoft Pty Ltd
Melbourne, Australie
 
 
À
25/03/2000 09:44:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00350383
Message ID:
00350591
Vues:
24
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 :(
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform