Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unexpected behavior in Query
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01090171
Message ID:
01090236
Views:
8
When SELECT meets certain criteria, Foxpro does not really create a new cursor,
but rather it simulates a cursor by merely applying a filter to the input table
with a new alias name. These criteria generally are:
(1) query based on a single table;
(2) query contains no calculated fields; and
(3) query is fully Rushmore optimisable.

Ultimately, however, as I have told people who called on the product support
line, you can never take for granted that this will happen ALL THE TIME.

The only way to insure you get a real new cursor is to include the NOFILTER clause.
Previous
Reply
Map
View

Click here to load this message in the networking platform