Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APPENDing FROM a view
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00102393
Message ID:
00102404
Views:
19
>Is there anyway to use APPEND FROM using a view instead of another table? Or should I just use something like a loop and INSERT INTO?

You can use APPEND having some adjustment:
select view1
cTablename=dbf()
select table1
append from &cTablename.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform