Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from a used table
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01218701
Message ID:
01218704
Views:
21
This message has been marked as a message which has helped to the initial question of the thread.
You can append from a table as long as it's not used exclusively. If table is opened exclusevly elsewhere, you cannot access it at all.
You can use INSERT INTO...SELECT FROM to copy records from one table into another.

>I am doing:
>use mytable
>append from other_table
>
>However if other_table is in use, append will fail
>
>Is there a way for appending from an table in use,
>even that I use other commands along or instead of "append"
>
>Moises
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform