Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Pass Through Speed
Message
De
16/04/2004 07:37:16
 
 
À
16/04/2004 07:22:34
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00895472
Message ID:
00895482
Vues:
20
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!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform