Two way syncing from local xml file up to sql server db

pasdimitei

New Member
I know when it comes to syncing, a lot of people would say to use a sqlCE and sync it up to the central db. My app is made already using raw xml to save my data(lightweight). My wpf app stores data locally not needing internet on a raw xml file. I'm trying to find the best way (approach) to sync local xml up to my sql server. My goal is to sync the local xml file up with the central db and update the central dbs data, as well as pulling down updated data and updating to my local xml. Hopefully I'm being clear with my question. I've never used web services before so any help or point of direction would be appreciated. Would using the Sync framework work for this?
 
Back
Top