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 -
"Moty Michaely" <mo...@speedocs.co.il> wrote in message
news:uOP5bq9e...@TK2MSFTNGP12.phx.gbl...
Yep.. I still don't get how doe's the dataset recognize same fields???
Any other ideas will be great.
- Moty -
"Shardool Karnik" <TheOut...@gmail.com> wrote in message
news:euTooP$eFHA...@TK2MSFTNGP14.phx.gbl...
try this ... create a dataset with 1 table 1 row ... .create an identical
datarow ... and merge it ..... with a primary key defined ....
"Moty Michaely" <mo...@speedocs.co.il> wrote in message
news:ukzVEa$eFHA...@TK2MSFTNGP14.phx.gbl...