mohamed hadad
mohamed hadad

Reputation: 31

mark rows as deleted or updated befor loading them in a dataset

I'm developping a sync solution enables filtering but is there any way to load the changes form the source database into a dataset and mark the deleted or updated rows to transfer this dataset to client and update its data? thanks.

Upvotes: 0

Views: 259

Answers (2)

SLaks
SLaks

Reputation: 887807

You seem to be looking for classic DataSets with DataAdapters.

Upvotes: 1

Jay
Jay

Reputation: 57959

May I recommend that you use the Microsoft Sync Framework for this? You will save yourself gobs of time and frustration.

Upvotes: 1

Related Questions