Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
i am using sql server 2008 r2..

i am running pos system in client system.. which is direct connected to remote server...
But i want ->
client system have own data base in there system..
so in that case my pos .. can run in offline mode too...

and there should be synchronize option ... so whenever client click on synchronize button
or when ever user login first time into application..

so all the changes in local data base should update in remove data base .. and vice versa..

Please give me suggestion how can i perform synchronize operation

both client and remote data base have same schema...
Posted

1 solution

There are a lot of methods. The best one which is very friendly is SyncService which is in .Net internally. You can take a look at it here:

http://msdn.microsoft.com/en-us/library/dd938879.aspx[^]

this is a download link for samples and codes:
http://www.microsoft.com/download/en/details.aspx?id=16515[^]

I hope it will help,
Cheers.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900