Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to append from a Cursor
Message
De
30/08/2000 16:07:01
 
 
À
30/08/2000 16:03:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00410983
Message ID:
00410986
Vues:
15
>Is it possible to create a cursor from a SQL SELECT and then APPEND FROM to an existing table?

Sure

SELECT * FROM table INTO CURSOR mycursor NOFILTER
SELECT anothertable
APPEND FROM (DBF("mycursor"))


You could also SELECT ... INTO ARRAY then APPEND FROM ARRAY instead - depending on the size of the returned data set.
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform