Network and Local Data Sync

  • Thread starter Thread starter Me
  • Start date Start date
M

Me

Currently I have an application that uses MS Access to store data. I have
150 users that connect to the network via VPN through out the world. We use
Access data replication, which has has bugs and problems. I would like to
have a "primary" database on the network and have a local copy for use when
not connected to the network. I would like the users to be able to sync
thier changes made remotely with the "primary"database on the network. I was
thinking about storing changes in an XML file locally and using that file to
update the "primary" database I was also thinking about storing the data
locally in XML files instead of an access database.

Any suggestions on where to get started or how to do this would be
appriciated.
 
Me,

In my opinion gives the basic Dataset you for that all you need.

In my opinion is it however impossibile also that you can work with an
Access database as center for 150 persons, even when you are using the
approach as now.

For the rest it seems to me straight foreware where you probably only need
to know one thing what is not directly in the standard documentation.

diffgram
http://msdn.microsoft.com/library/d...tml/frlrfsystemdataxmlwritemodeclasstopic.asp

I hope this helps?

Cor
 
Back
Top