Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying Data From Fields
Message
 
À
15/06/1998 22:56:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00108494
Message ID:
00108501
Vues:
31
>>I'm trying to copy data(updated) from one table to another. Both have >>identical structures. I have been trying "copy/replace to array", and >>"replace/with" commands to no avail. I keep getting error messages usually >>that the alias cannot be found. Please help!


I am not sure what you are doing but you may want to try these ideas:
select file 1
goto top
scan
scatter memvar memo && use memo if you have memo fields
select file 2
gather memvar memo
select file1
endscan

Check out the help on scatter and gather

Another way is as follows:

select file1
append from file2

Costas
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform