Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP7 slow
Message
 
 
À
15/11/2001 15:39:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00582078
Message ID:
00582354
Vues:
38
Hi Paul,

If you have to filter out data in custwait anyway maybe you should use SQL SELECT to create ctempperf table/cursor?
 SELECT * ;
  FROM custwait ;
  WHERE &cFilter ;
  INTO CURSOR ctempperf
>Jim & Sergey,
>
>I found the way around by copying custwait.dbf from the network drive
>to c:\custtemp.dbf and execute from there to obtain ctempperf.dbf with
>reasonable speed less than 2 minutes as FPW 2.6 performed with VFP7.
>
>I really appreciate both of you for SCAN ... ENDSCAN PROCESS TECHNIC which ran faster and also to all who got involved too.
>
>Best regards,
>PP
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform