Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I have winform (Windows) application inside that i have to implement Work offline functionality.i.e.there is central database each user is connected to that db when he is online ,now suppose he wish to work offline then once he has clicked on the Work Offline then whatever data is residing on the central server should be get transfer to local database(on his local system) i.e.(append if local db is present, other wise create the new database on local system and transfer all data from Central server to Local Db)

So that he can work with his local database when user is out of office,
once he is back whatever work he has done while offline, that should be again updated in Central database as an when he click go online.



Please share me the best approaches

Thanks in advance..
Posted
Updated 29-Oct-12 7:54am
v3
Comments
ZurdoDev 29-Oct-12 15:32pm    
I needed to do this years ago, before SQL 2008 came out but I believe SQL 2008 introduced a synching framework along with .Net 4.0. Have you looked into that?

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