Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting slower!
Message
De
31/07/2001 14:56:18
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, États-Unis
 
 
À
31/07/2001 11:35:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00537775
Message ID:
00537938
Vues:
11
Hi Kevin,
Remember, APPEND is faster than INSERT.
REPLACE Field1 WITH FieldValue IN Table1 ALL
SELECT One.*, blah, UFDblah, etc ;
   FROM Table1 One, Table2 Two FORCE ;
   INTO CURSOR Appender ;
   WHERE Two.Field2 = One.Field2 AND Two.Field2
SELECT Table3
APPEND FROM DBF("Appender")
Charlie
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform