Hey all,
I have an application that installs a local sql express db and that's where all the applications data is stored. I want to create a central web database that will sync all the local db's into (giving me the opportunity to write a web application for my client's
to access their data). Everything I'm seeing so far talks about 2 way communication and syncing, however I only want to update from the local to the web db. Obviously I don't want the client's getting each other's data.
I'm sure it's possible to do this, but again I haven't seen anything yet that specifically address's my situation.
Assuming it's possible, than I believe it should be fairly simple to implement. I just need to create the web database and then put the sync code in and it should be good to go?
Thanks for any help you can offer!