Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filtering a date
Message
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:
01432041
Message ID:
01432095
Views:
31
>BETWEEN somefield XXXX AND YYYY is optimisable command
>If you check I didn't used BETWEEN() function in SELECT (example 3).
>
>CREATE CURSOR crsTest (Fld1 D)
>INDEX ON Fld1 TAG crsTest
>
>SYS(3054,12)
>SELECT * FROM crsTest WHERE Fld1 BETWEEN DATE(2009,1,1) AND DATE(2009,12,31) INTO CURSOR crsTTT
>SYS(3054,0)
>
I know, I just didn't see it in your original message (missed somehow).
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