A
akeserla
I wanted to know the easy/right way to accomplish the task of creating
a union of 2 datasets.
I have 2 dataset of the same type and I want to merge them to create an
union of both. I want to create a dataset that contains the union of
both. I have tried searching for this but with no much success. Merge
just overwrites the target dataset with the source dataset
The dataset has primarykeys/relations etc. I dont plan to update it
back to the database (it is used in a read only fashion).
Afaik at this moment AddRows or ImportRows is the only logical thing I
can see..
a union of 2 datasets.
I have 2 dataset of the same type and I want to merge them to create an
union of both. I want to create a dataset that contains the union of
both. I have tried searching for this but with no much success. Merge
just overwrites the target dataset with the source dataset
The dataset has primarykeys/relations etc. I dont plan to update it
back to the database (it is used in a read only fashion).
Afaik at this moment AddRows or ImportRows is the only logical thing I
can see..