Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00661974
Message ID:
00661977
Vues:
24
This message has been marked as a message which has helped to the initial question of the thread.
You can use UNION.

>Select all the records from 2 cursors and put them into 1 cursor?
>
>
>****
>SELECT name,descriptio FROM address ;
>INTO cursor a1_addr ;
>WHERE Groupid=lcShippergroup
>
>
>SELECT name,descriptio FROM address ;
>INTO cursor a2_addr ;
>WHERE Code = Policy.Id
>
>
>sele * from dbf('c2_Commodit'),dbf('c1_Commodit') into curs aaa && ????
>****
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform