Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to append from a Cursor
Message
From
30/08/2000 16:07:01
 
 
To
30/08/2000 16:03:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00410983
Message ID:
00410986
Views:
14
>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.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform