Groups | Blog | Home
all groups > dotnet xml > july 2004 >

dotnet xml : XML dataset


JAS
7/24/2004 5:22:25 PM
I have made client software where users make orders. Local data is stored in
xml file.
Users are offline from network most of time eg. one week or month and then
they connect dbserver.

Problem:
How to synchronize offline database to sql server???
New, modified and deleted rows must be syncronize from client to server.

All help, links, tips etc. is wellcome, thank you
Is there better group(s) to ask this type of quostions?

-jas

Emil Kvarnhammar
7/27/2004 5:57:04 PM
Hi,

Are the users modifying the same data? You might run into some serious
problems
if they can modify, delete and add new data offline.

For the syncronization, I would develop a web service. The web service can
be called
from your client, sending all data that was changed.

Emil Kvarnhammar


[quoted text, click to view]

JAS
7/28/2004 9:21:35 AM
[quoted text, click to view]

Yes, users can modify data.

[quoted text, click to view]

Do You have any examples, how do you do this?
Any links are also very wellcome.

Thanks anyway,

-jas

AddThis Social Bookmark Button