Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SEEK(),INDEXSEEK() or KeyMatch() or SELECT-SQL?
Message
De
10/04/2005 03:39:44
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01002645
Message ID:
01003178
Vues:
39
>I have some ideas which I'm going to implement.
>
>Do you know if there is a way to determine inside the trigger when it's the last record to replace, if, say, we're using replace next 500 command?
>

No, I do not.

A trigger is fired on a record by record basis, just before the changes are actually committed. So, the trigger only knows about that one record.
In the example above, the trigger would be fired 500 times (or less)

But I'm puzzled as to why you would need that info inside the trigger
[snip]
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform