Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question about REPLACE FOR in VFP6.0
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00453190
Message ID:
00453206
Vues:
18
>However, is your FOR expression Rushmore optimizable? It seems to me that in the dark recesses of my (admittedly swiss-cheese) memory, I recall that if it is, and you're updating only one field in a single table, VFP does *not* lock the header.

No, VFP locks the table header regardless. It's just that if the expression is optimized, the header is not locked for nearly as long.


Gavin- Update SQL is probably the best way to go here, but alternatively, you can use

SCAN FOR Whatever
REPLACE
ENDSCAN
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform