Sync database from desktop system to remote server and vice versa?
Posted
by qulzam
on Stack Overflow
See other posts from Stack Overflow
or by qulzam
Published on 2010-05-22T06:19:53Z
Indexed on
2010/05/22
6:20 UTC
Read the original article
Hit count: 175
I make a application, which has to interfaces. one is desktop and other is web application.
both have their own databases (which are same is structure).
I want to sync the database from desktop to remote server and also from remote server to desktop but i have no idea that how it does.
I use the MYSql database. and my desktop application is in .NET
NOTE: There are more than one destop systems who update their databases and also sync databases.
© Stack Overflow or respective owner