A
Anthony Malt
Hi,
my server has a database table. I read this table on the server into a
dataset and my client retrieves it through a webservice.
No changes on the client and server happen. What's the best way to keep the
data in sync?
I want to avoid that I transfer the entire dataset all the time. Is there
feature of ADO.NET which I can use to find changes and send just them?
Thanks for any hint
Anthony
my server has a database table. I read this table on the server into a
dataset and my client retrieves it through a webservice.
No changes on the client and server happen. What's the best way to keep the
data in sync?
I want to avoid that I transfer the entire dataset all the time. Is there
feature of ADO.NET which I can use to find changes and send just them?
Thanks for any hint
Anthony