Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Import Access
Message
De
14/06/2006 07:21:00
 
 
À
14/06/2006 07:08:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
Divers
Thread ID:
01128935
Message ID:
01128940
Vues:
24
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform