Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set relation x set filter
Message
De
14/10/2007 09:47:25
 
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 9 SP1
Divers
Thread ID:
01260883
Message ID:
01260884
Vues:
29
>Which is faster: set relation to, or set filter ?

These two commands are not comparable since they serve to completely differnt purposes. Set relation is used to join two tables, set filter is used to filter the relevant records.
Anyway, I suggest that you try to avoid these commands as much as possible, you can usually write ONE line of code using SQL Select or SQL Update to get the same result as a whole bunch of lines using "old" code.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform