Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Pls help me solve after prob,
I create a project run on client, it write all changes to sdf file. Now i sent sdf file to server via internet, i want to sync data from sdf to mdf (main database on server). But i don't know to re-write data on opposite way.
Posted

What you are trying to do is called Replication.
It is not a trivial subject, so I'm not even going to try to tell you what code to use - instead unfortunately, you will have to do some reading.

There is a tutorial on replication on MSDN: SQL Server Replication[^] This discusses it regarding SQL Server, but all of the principles and so forth are the same.
 
Share this answer
 
Thanks!
But ur link have a lot things more then i need, someone help me to more clear. It is replication project and i developed to this way, now i need some help from someone to continue or may me help me convert sdf file to mdf file.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900