Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy from cursor to a table
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00430422
Message ID:
00430425
Views:
12
>It's any command that copy the data from a view(cursor) into a table?
>Append From do it but from a table not from a cursor/view.

select * from table1 where wherecond into cursor curtemp

select table2
append from dbf(curtemp)

Table2 and curTemp should have the same field structure, though table2 may content more fields than curTemp and vs (I believe).
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform