Synchronize a client database with the central database
Posted
by Pavan Kumar
on Stack Overflow
See other posts from Stack Overflow
or by Pavan Kumar
Published on 2010-05-10T12:01:20Z
Indexed on
2010/05/10
12:34 UTC
Read the original article
Hit count: 495
I need to update existing data or insert new data from client database say DB1 into central database say DB2 both holding same schema and both databases reside in same machine. The updates are not biderectional. I just want changes to be reflected from client(DB1) to server(DB2). How do i achieve this using C# .NET ? Can anyone provide an example ?
© Stack Overflow or respective owner