Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append the cursors
Message
De
11/01/2011 16:28:47
 
 
À
11/01/2011 16:07:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01495758
Message ID:
01495765
Vues:
52
You can use the append from dbf('yourcursor') syntax. Or you can do everything in one command:
Select * from sales1 union all select * from sales2 into cursor temp1
>how can I append the cursors?
>
>I have:
>
>
>select * from sales1 into cursor temp1
>select * from sales2 into cursor temp2
>
>
>temp1 and temp2 have the same columns.
>
>I want to add both into one cursor.
>
>if these are tables, I can use:
>
>
>use temp1
>append from dbf(temp2)
>
>
>how to do it with cursors?
>
>thanks for the help.
>
>regards,
>
>Jerry
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform