Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending one record.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00304200
Message ID:
00304208
Vues:
33
Hi Kenneth,

The best way to do it is: copy the information you want to an array.
Example:

SELECT .... FROM table1 ;
INTO ARRAY ABC

INSERT INTO table2(....) VALUES (ABC(1), xpto, ABC(3), ...)

This way, you don't have to write directly the fields. Just reference an array with a short name (like this, ABC).

Good luck,

Ricardo
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform