Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy records between files
Message
De
21/10/2004 12:25:28
 
 
À
21/10/2004 12:22:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
00953368
Message ID:
00953370
Vues:
20
What about SCATTER and GATHER?
Select Table1
scatter name oRec2copy
select Table2
append blank
gather name oRec2copy

OR 

Select Table1
scatter to aRec2copy
insert into Table2 from array aRec2copy
>Hi All,
>
>Looking for alternatives: given two tables with the same fields structure what is the fastest way to copy a single record from one file to another?
>
>Thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform