Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Re: Append From command
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00719746
Message ID:
00719769
Views:
14
Sergey,

My program triesto make a local copy of a set ot tables for every user using your application.I have a set of tables & their index files at a Central location, and these files are copied to the users folder, when he logs on.

The way our program handles it now, users sometimes get a 'Structural .cdx file is not found' error.

This is how we do it:

- Copy structure..with cdx && to copy the structure of the tables
- Copy file && this is done for all the tables that are look up tables. The data needs to be copied to the user's folder
- Issue Reindex on the look up tables

I am trying to change it to:

- Copy structure..with cdx && to copy the structure of the tables
- Append From && Use Append from for the look up tables, instead of copying the .dbf files separately
- Issue Reindex on all the tables

I am just concerned that Append from might cause a problem. All the users will be trying to append from the same table.

Thanks

Ria
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform