Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Make Select quicker
Message
 
 
To
26/01/2006 11:39:52
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01090482
Message ID:
01090548
Views:
13
>Beth,
>
>Does adding a WHERE clause and eliminating the IIF statements help? Like WHERE not empty(date_calc) and not empty(date_appr)... or if you need to evaluate both date_calc and date_appr, perhaps splitting it using the UNION clause.
>Also, do you have indexes on date_calc and/or date_appr?
>
>Regards,
>Ed

You can not add NOT EMPTY as a condition, because AFAIK EMPTY is not optimizable. You need to write

not myDateField =={} if you have an index on date.
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