Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tables
Message
From
21/08/2000 22:01:44
 
 
To
21/08/2000 19:54:33
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: Tables
Miscellaneous
Thread ID:
00407562
Message ID:
00407590
Views:
22
>Hey All,
>what is considered the best way to move multiple records from 1 table to another table with the same fields????

You might try something like

SELECT * FROM sourcetable WHERE conditions NOFILTER INTO CURSOR mycursor
SELECT destination
APPEND FROM (DBF('mycursor'))
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform