Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy fields from one db to a different dbf
Message
From
02/02/2000 16:52:26
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00326203
Message ID:
00326434
Views:
26
>vfp 3.0
>
>i am copying information from fields from one database
>to another database and field names are different.
>
>what is the best way to accomplish this? copy fields
>to arrays and then use replace command?
>
>do i need to open both databases at the same time to
>do this?
>
>Thanks and have a good day.
>
>Becky

IN addition to the other ideas, here's what I do:

SELECT SomeField AS newName, Somefield2 AS NewName2 INTO CURSOR Whatever

SELECT NewTable
APPEND FROM DBF("Whatever")
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform