G
Guy
I need to transfer on a frequent base (e.g. every 10 minutes or so will be a
parameter that can be set) for reporting purposes a subset (subset of records
of a subset of tables) of data from a MySql db (on a laptop/pc) to a Sql
Server db (on a server) via te Internet. The number of records (or the size
of the data) is not that much (maybe 5-10MB each time). During every data
transfer the new records must be added, modified records chnaged and deleted
records deleted on the server db. I thought using a web service to achieve
this, is this a good solution or are there better alternative solutions
(integration services on the laptop/PC would be no option, since I have to
minimize the the software to be installed on the pc/laptop)? I suppose lost
Internet connections or other errors that might happen can be tackled by
using transaction?
Thanks.
parameter that can be set) for reporting purposes a subset (subset of records
of a subset of tables) of data from a MySql db (on a laptop/pc) to a Sql
Server db (on a server) via te Internet. The number of records (or the size
of the data) is not that much (maybe 5-10MB each time). During every data
transfer the new records must be added, modified records chnaged and deleted
records deleted on the server db. I thought using a web service to achieve
this, is this a good solution or are there better alternative solutions
(integration services on the laptop/PC would be no option, since I have to
minimize the the software to be installed on the pc/laptop)? I suppose lost
Internet connections or other errors that might happen can be tackled by
using transaction?
Thanks.