Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is reccount() misleading
Message
From
05/05/2006 09:49:41
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01119230
Message ID:
01119573
Views:
16
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform