Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I...
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
How do I...
Miscellaneous
Thread ID:
00661974
Message ID:
00661974
Views:
53
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 && ????
****
Next
Reply
Map
View

Click here to load this message in the networking platform