Hi,
I have a situation where the users of the system will have their own shape files to load plus the files that I provide. The users will be based in other pacific Island countries where internet link can be very slow (56k).
The requirement is to allow the users to update their list of shape files occasionally. The users will also read some data directly from SQL Server which I will host inside my organisation or elsewhere on the cloud.
SInce the users need the data updates all the time and the link is slow I was thinking of providing with a update mechanism to support this. I am also think of downloading data from sql server to their pc's from time to time so that they are able to work offline as well.
What would you suggest is the best way to implement this? Does the product have something to assist with this requirement?