本文介绍了将Central Sqlite数据库与本地数据库同步的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我在中央和本地系统中使用(相同的数据库),因为应用程序必须在连接和断开连接的环境中都可用。

我的问题是偶尔在客户端系统连接到服务器时同步数据库。我遇到了Microsoft同步,但我不知道它会有多大帮助,因为我不知道它。请引导我走正确的道路。



数据库:SQlite

ODBC:实体框架

Applciation:WPF



提前致谢。由于我是新手,请告诉我你是否需要任何其他信息?

Hi,

I am using the (same database) in both Central and Local system since the application has to be available both in connected and in disconnected environment.
My problem is to occasionally sync the database when the client system is connected to the server.I came across Microsoft sync but i dont know how much it will be helpful since i am not aware of it. Please guide me in the right path.

Database : SQlite
ODBC : Entity Framework
Applciation : WPF

Thanks in advance. Since i am a newbie let me know if u need any other information?

推荐答案


这篇关于将Central Sqlite数据库与本地数据库同步的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-29 19:24
查看更多