0
I’m making an application Windows Forms
using C#
which will be connected to a bank SqlServer Express 2014
remote, however, I need some features to be available offline
due to the poor quality of internet
.
How could I sincronização
Bidirectional remote bank with a bank SQLServer LocalDB
so that the remote bank can be updated with the information entered in the SQLServer LocalDB
?
Have you considered creating a SSIS package?
– Andre Mesquita
You can use the Sync Framework?
– Randrade