Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sync a table on computers not on a net
Message
From
25/11/1999 10:31:06
 
 
To
25/11/1999 08:28:08
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00295512
Message ID:
00295547
Views:
34
John-

>I need to sync a table from a database on several computers that are not on a network. Should I just copy the table from computer or should I build a temp table on the disk and update from the temp table. Any thoughts on this will help.

The answer to that question really depends a lot on what the data is. But, in my experience, I never could get away with copying one file over another, if both users are making changes to the table.

Most of us write (and write and write and write) import/merge routines. I suspect you'll need to do the same. Probably copy the to-be-merged file into a temporary location and then go thru the two versions, using whatever algorithm is appropriate for your situation, and compare the changes.

If you'd like to tell us (succinctly) what the data is, then we could help you develop a plan of action, if you like.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform