Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append the cursors
Message
From
11/01/2011 17:00:00
 
 
To
11/01/2011 16:07:16
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01495758
Message ID:
01495770
Views:
60
You do it the same way. There's nothing different between a cursor and a table, except that a cursor is automatically deleted when it's closed.

>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
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform