Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Pass Through Speed
Message
From
16/04/2004 07:37:16
 
 
To
16/04/2004 07:22:34
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00895472
Message ID:
00895482
Views:
21
Hi Steven,

I am no SPT expert, but I can give you one valuable tip. Change
Select Left(AllT(dwgno),6) As dwgno From relhist WHere reldate = CTOD("04/16/04") InTo Cursor myRelDwg Order By dwgno
into
ldDate=CTOD("04/16/04")
Select Left(AllT(dwgno),6) As dwgno From relhist WHere reldate = ldDate InTo Cursor myRelDwg Order By dwgno
Without this change, the server must evaluate CTOD("04/16/04") for every record!
Previous
Reply
Map
View

Click here to load this message in the networking platform