Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying Data From Fields
Message
 
À
15/06/1998 23:53:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00108494
Message ID:
00108912
Vues:
35
Hi Lincoln,

If the table structures are identical, you could use the
APPEND FROM
command insert all records from one table to another. If they aren't then you will have to add code to compare the structues and add the necessary fields dynamically and then use the APPEND FROM.


>>Can you explain it clearer ?
>
>I'll try. Say I have a table ,"Table1", that is identical in structure (same name/number of fields, same types of data) to another table, "Table2". Table1 has several fields with more recent data than Table2. I want to copy the updated data from "Table1" into "Table2". How do I do this?
>
>Any clearer?
>
>--lincoln
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform