Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COPY FILE
Message
 
To
13/12/2000 04:28:30
Gad Hutt
Express Print
Herzliya, Israel
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00452774
Message ID:
00452784
Views:
23
>Hi,
>
>I want to create copy of some of my tables.
>In a central station I want to combine those tables data into one table.
>
>I use the APPEND FROM command to do that.
>
>Problems:
>1. I get a error message that the table doesn't belong to the database and if I want to delete the link. How do I delete the Back Link programaticly?
>
>2. After I delete the link APPEND FROM doesn't work, the error message states that the table is READ ONLY. How I get around this?
>
>Thanks in Advance,
>
>Gadi Hutt


You have copied a file which belongs to a database. As i recall, you have done this to keep the long field names you are using. (See yoúr older threads.)
What you can do is the following.
At the client side copy the data to a new free table.
At the server side you can create a view for the free table with something like:
select myverylongn as myverylongname1, etc etc
Then you can use append from the view instead of from the original table.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform