Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_tally and reccount() returning different results
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01275179
Message ID:
01275188
Views:
8
>Nothing is wrong with your RECCOUNT(). When the query is fully optimizable VFP could decide to just reopen the table and just add SET FILTER to it. Try with NOFILTER at the end
>
>SELECT e_id, e_ssn, e_lname, e_fname, e_dob FROM employee WHERE e_lname = lastname INTO CURSOR crs_emp NOFILTER
>
Hu-hu <g>
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform