question

UdaraAththanayake-1192 avatar image
0 Votes"
UdaraAththanayake-1192 asked UdaraAththanayake-1192 commented

Sync Loacal Databse with Web SQL Server Database in vb.net

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.

dotnet-visual-basic
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

karenpayneoregon avatar image
0 Votes"
karenpayneoregon answered UdaraAththanayake-1192 commented

Best way is with SQL Server Replication, there is a lot to this process which means to read the docs.


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you! I will refer it.

0 Votes 0 ·