No doubt, there will be problems because that is the nature of having distributed databases that attempt to sync. No way around it short of only one local database with write privileges.
The most important thing to do is make sure as much of your data is as accurate as possible to begin with and have regularly scheduled update sessions to minimize the need for other users to manipulate the data.
|