Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Import Access
Message
From
14/06/2006 07:21:00
 
 
To
14/06/2006 07:08:27
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
01128935
Message ID:
01128940
Views:
19
Mark

I guess you'll just have to import to an intermediate table, that presumably adopts the Access column names. Don't know if VFP8 incorporates an "insert into Dest_Table select {field list} from Interm_Table"

Or, you could use:

Select {Interm_table_field_1_name) as {Dest_Table_Field_Name}, ...
from Interm_Table
into Dest_Table

then append dest_table recs to the end of your pukka destination table.

HTH
(Although Sergey'll no doubt trump me with a better method :-)

Terry
>hi all,
>
>I need to import data from an Access table into a FoxPro table - the names of the fields/columns are different in each table - how can I map the Access table columns to the FoxPro table columns?
>
>Thanks
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Reply
Map
View

Click here to load this message in the networking platform