Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Optimization level: none
Message
From
30/11/2007 21:28:02
Neil Mc Donald
Cencom Systems P/L
The Sun, Australia
 
 
To
29/11/2007 20:21:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01272291
Message ID:
01272599
Views:
24
Check the index, it may have an expression like alltrim(wono) or something like that, if so change the SELECT to the same.
Also, you won't get full optimization unless you have an index on DELETED()
Also, SET EXACT ON and SET ANSI ON and see what happens or use alltrim(wono) == "0"
>
>=SYS(3054,11)
>USE woentry
>SELECT * FROM woentry WHERE wono = "0"
>
Rushmore optimization level for table woentry: none
?TAG(4),KEY(4)
WONO WONO
>
>What conditions could cause the query not to be optimized??
>
>Thanks to all......Rich
Regards N Mc Donald
Previous
Reply
Map
View

Click here to load this message in the networking platform