Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to append from a Cursor
Message
From
30/08/2000 16:20:51
 
 
To
30/08/2000 16:07:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00410983
Message ID:
00410997
Views:
15
>>Is it possible to create a cursor from a SQL SELECT and then APPEND FROM to an existing table?
>
>Sure
>
>SELECT * FROM table INTO CURSOR mycursor NOFILTER
>SELECT anothertable
>APPEND FROM (DBF("mycursor"))

>
>You could also SELECT ... INTO ARRAY then APPEND FROM ARRAY instead - depending on the size of the returned data set.

I changed to an array and it gets done what I need, thanks!
Jim Philippi

quando omni flunkus moritati
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform