Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL optimization
Message
From
26/07/1999 20:17:04
 
 
To
26/07/1999 16:42:51
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00246060
Message ID:
00246389
Views:
12
With SET DELETED ON, VFP will secretly add "AND NOT Deleted()" to the WHERE clause of your query at runtime. As with every expression in the WHERE clause, VFP will search for an index that match the expression.

>I don't understand it, but it sure worked. I indexed on DELETED() and
>all of a sudden I'm getting full optimization. I *will* be asking
>somebody (pro'ly Kevin Levy) about this in Costa Mesa! :-)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform