If you own both ends of this (both client and server), you have a couple of options:
What it sound like is that you need database replication.
Otherwise, you could write a WCF service on the far end to accept the data and store it in the database while the local machine writes it to its own machine.
Or you could use sockets to send messages back and forth.
It really depends on what you're going to do with the data at the far end.
Also, depending on security and its actual location, you could just write to the database at the far end directly rather than sending messages.
All of this depends on how it's going to be used.
thines01
Postaholic
2,424 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402
thines01
Postaholic
2,424 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402