.net - Replication/Synchronization Library for Occasionally Connected Systems -


Here's the case I have a net desktop application that stores data on local file system (using sqllite) . And there is a master database on a remote server that requires the desktop application to synchronize the data database in the master database, whenever there is a dial-up connection to a specified server or whenever there is an internet connection. Is there a simple library to synchronize / copy data from a master database / sometimes connected system using delu-up or internet connection?

You may want to consider using a SQL Server Compact Edition database on the client side and Microsoft Uses the Sync Framework, which takes advantage of SQL Server 2008 (assuming the server also has SQL Server on the server) or you implement a custom sync provider in the sync framework.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -