本文介绍了在VB.NET中,如何将本地SQL Server数据库与在线托管服务器同步。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

基本上我希望我的本地SQL服务器数据库在几秒钟或几分钟之后自动同步,或者在本地服务器上新数据存储或更新时,它也会自动更新它在线服务器。

谢谢提前。



我尝试了什么:



Vb需要解决方案。净。我搜索了很多但没有做到这一点

Basically i want My local SQL server database Synchronize automatically time by time after few seconds or fee minutes or when new data store or update in local sever its automatically update it online server also.
Thanks in Advance.

What I have tried:

Need Solution In Vb.Net. i search a lot but failed to do it

推荐答案


这篇关于在VB.NET中,如何将本地SQL Server数据库与在线托管服务器同步。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-01 12:59