Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search view problem
Message
 
 
To
05/07/2009 15:26:53
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01410019
Message ID:
01410189
Views:
53
Jim,

You're quoting out of context. I was referring to "already open tables or cursors".
The tables, that were not already opened, are opened by VFP SQL Engine and left open after the query is completed.

>
>"and closes after the query".
>
>Is that right? I thought that if it was not already opened, you were left with an opened file.
>

>>VFP SQL Engine does not use already open tables or cursors in a query. It open them again similar to USE..AGAIN and closes after the query is complete. As result, active, index, filters, etc. on already open tables have no effect on the query.
>>VFP uses Rushmore optimization to speed up queries. In short, it uses existing or temporary indexes (if it can) to process only data that match WHEN or JOIN conditions. You cannot use queries effectively w/o understanding how Rushmore optimization works.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform