Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table sharing
Message
From
27/06/2016 12:02:46
 
 
To
27/06/2016 11:53:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01637746
Message ID:
01637747
Views:
79
It depends. Are rows simply added to the table or are existing rows edited?

If added, how are PKs created? Find a method that will not allow duplicate PKs to be created. How do you make PKs unique across systems. Do you need to know which systems added the row?

If edited, you need to figure out how to handle update conflicts where System A edits a row, then System B edits the same row. System B finishes and saves. System A then finishes and saves overwriting Systems B's changes. Also, do you need to know which system edited the row?

How are deletes handled? Can one system delete a row that the other may need?



>I am working on a system where one part has a .dbc and a lot of tables attached to the dbc. The other part has free tables. Every now and then data from the free tables has to be transferred to tables in the dbc.
>
>Question: seeing as there are two 'apps' using the same tables, is there any buffering, etc that has to be taken into consideration. Each app is on a different server, but on the same network. Or is use x:\xyz again shared all that is needed?
>
>Many thanks!
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform