Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is reccount() misleading
Message
De
05/05/2006 09:49:41
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01119230
Message ID:
01119573
Vues:
14
I was not in the habit of using NOFILTER with SELECT, and VFP will quitely attach a filter to the original table whenever it feels appropriate. Once I wanted to move some records from table A (having 400,000 records) to table B. I executed a query
Select * from A where field1 = "XYZ"
BROWSE
The result looked OK. Then I used the following commands to append the result to table B.
SELECT B
APPEND FROM DBF('query')
And, I ended up adding the entire table A to table B! Now I try to attach NOFILTER to all queries. Perhaps VFP should have some default for NOFILTER setting.
- Ravi Taxali
Visual FoxPro Made Simple An excellent book for beginners as well as experienced programmers
Never Forget Again. Setup Email Reminders.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform