Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exact and deleted recs - did everybody know this but me?
Message
De
24/07/2006 15:08:00
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01139176
Message ID:
01139396
Vues:
9
Ok, thanks for all the help. I'm off to try it out.

>That's what your query does behind the scene anyway.
>
>>The original select is into an array. The system is written needing that array, so at some point, I have to put the records into that array (or I can rewrite the system in heaven only knows how many areas). Doing it the way I was doing it only required a few lines of code and everything ended up looking exactly as the original code meant it to. I'm not sure USE AGAIN and SET FILTER is going to buy me anything. Would scanning the filtered table and putting it into the array that way be faster? SET FILTER used to make things really slow, and I've pretty much avoided using it.
>>
>>>Why don't you do directly what Query does implicitly? This way it'll be clear what you're doing.
>>>
>>>SELECT 0
>>>USE mytable AGAIN ALIAS t2
>>>SET FILTER TO < where conditions >
>>>...
>>>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform