L
liam
I have two typed datasets, ds1 and ds2.
ds1 is the original dataset.
ds2 is another dataset with some updates.
I call:
ds1.Merge(ds2, False)
ds1.AcceptChanges()
But the information in ds2 has not be transferred to
ds1! Is there anything that I am missing here?
thanks,
liam
ds1 is the original dataset.
ds2 is another dataset with some updates.
I call:
ds1.Merge(ds2, False)
ds1.AcceptChanges()
But the information in ds2 has not be transferred to
ds1! Is there anything that I am missing here?
thanks,
liam