Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have developed a Window Form Application in Visual Studio 2017 in vb.net. I have connected the localhost database and web server database. Both are can update by running queries. But I want to sync the web server database with respect to the local database.
Best way is with SQL Server Replication, there is a lot to this process which means to read the docs.