Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting slower!
Message
From
31/07/2001 14:56:18
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
 
To
31/07/2001 11:35:54
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00537775
Message ID:
00537938
Views:
13
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
Previous
Reply
Map
View

Click here to load this message in the networking platform