T
Toni
hello folks,
I have one dataset that I have modified (update, insert, delete).
I also have another dataset that I just reload fresh from the database.
Both datasets come from the same table.
The idea with merge is to merge the modified dataset and new dataset
together with preserving the changes made to the old one.
When I do that, i got duplicate result instead of the merged one.
What did I do wrong?
-Agung
I have one dataset that I have modified (update, insert, delete).
I also have another dataset that I just reload fresh from the database.
Both datasets come from the same table.
The idea with merge is to merge the modified dataset and new dataset
together with preserving the changes made to the old one.
When I do that, i got duplicate result instead of the merged one.
What did I do wrong?
-Agung