Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Too many variables
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00776094
Message ID:
00776662
Vues:
19
What I've found is important is how many of the array elements are Character variables vs. other data types. Character variables seem to consume some resource that other variables do not.

We ran into the same exact problem - we solved it by selecting into a cursor, but since this is in a low-level function that is called many times, the disk write actually slows this down considerably. Array was lightning fast (RAM). For our purposes we needed to use the NOFILTER parameter.

Hope you're not in a performance-sensitive context - if so, select into a cursor ;-)
JP
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform