Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slow tableupdate
Message
From
05/06/2003 14:27:20
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
05/06/2003 09:57:21
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00796511
Message ID:
00796881
Views:
14
>The indexes on the table are:
>
>PK (primary)
>location_id+depot_code+DTOC(delivery_date)+....

This won't necessarily affect your speed issues but look at DTOS() (date-to-string) for indexes instead of DTOC().

? DTOS(DATE()) && "20030605"

DTOS() is consistent whether you're using DMY or MDY, and always contains four digits for the year. It sorts nicely where DTOC() values don't.
Previous
Reply
Map
View

Click here to load this message in the networking platform