M
Moty Michaely
Hello,
I have an issue I would like to solve.
I need a dataset synchronization mechanism method that needs to read data
from SQL server and within an interval of time, read the data again and Send
only the changes made to the dataset.
My thought was read one dataset that will be my cache and compare it to
another dataset that will be filled within the interval.
The comparison can be made ( I guess) by Merge method, but it's not working.
GetChanges should return a dataset I guess with the changes but how can I
use it with 2 datasets and not by updateing the dataset directly.
Is it possible?
- Moty -
I have an issue I would like to solve.
I need a dataset synchronization mechanism method that needs to read data
from SQL server and within an interval of time, read the data again and Send
only the changes made to the dataset.
My thought was read one dataset that will be my cache and compare it to
another dataset that will be filled within the interval.
The comparison can be made ( I guess) by Merge method, but it's not working.
GetChanges should return a dataset I guess with the changes but how can I
use it with 2 datasets and not by updateing the dataset directly.
Is it possible?
- Moty -