Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from two tables into a cursor
Message
De
24/09/2007 17:03:09
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01256480
Message ID:
01256494
Vues:
19
>The two tables have almost the same structure, but one of the
>the tables may have one field or two more
>(VFP 9)

How about:
SELECT * FROM TheTableWithLessFields INTO CURSOR crsTest READWRITE
SELECT crsTest
APPEND FROM TableWithMoreFields
?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform