Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy W/O Select
Message
From
20/01/1999 15:33:56
 
 
To
20/01/1999 15:31:59
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00178224
Message ID:
00178227
Views:
36
>>I'm converting a lot of data for the new version of the program. I've been using SELECT with AS to get the data and change the field names. Then I APPEND into the new table. This works, but is time consuming.
>>
>>What I was wondering is: Is there a way to get the data directly from one table to another?
>>
>>Like: APPEND FROM oldtable FIELDS client_num AS clientID, tripnum AS tripkey (etc)
>>
>>The above doesn't work, so I know that's not how to do it. :) Is there any command that would do it?
>>
>>Thanks,
>>
>>Michelle
>
>You may speed up things a little bit doing following:
>1. ALTER TABLE oldtable (to get right field names etc., you may back up old table if necessary).
>2. APPEND FROM oldtable

Hmmm... I suppose that would work. I was hoping for something more direct.

Thanks,

-Michelle
Previous
Reply
Map
View

Click here to load this message in the networking platform