Hi all.
One of our applications in essence is a database replicator. The program runs on the clients machine as a scheduled task. It loops throught all the tables in the database grabbing records that have been modified or added since its last run time. These files are then zipped and sent via ftp to one of our head office servers. These files are unzipped and inserted into the correct table.
Maybe once a moth one of these "packets" of information goes missing. In our situation this is unacceptable!!!
Does anybody have any suggestions or ideas on how to accomplish the same process in a different manner?
We were thinking on using winsock and integrating a true client server approach with two way communication? Good idea? Yes. No.
Thx for your replies.
Jesse
One of our applications in essence is a database replicator. The program runs on the clients machine as a scheduled task. It loops throught all the tables in the database grabbing records that have been modified or added since its last run time. These files are then zipped and sent via ftp to one of our head office servers. These files are unzipped and inserted into the correct table.
Maybe once a moth one of these "packets" of information goes missing. In our situation this is unacceptable!!!
Does anybody have any suggestions or ideas on how to accomplish the same process in a different manner?
We were thinking on using winsock and integrating a true client server approach with two way communication? Good idea? Yes. No.
Thx for your replies.
Jesse