Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I...
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
How do I...
Divers
Thread ID:
00661974
Message ID:
00661974
Vues:
52
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 && ????
****
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform