Even better dataset join!
Earlier I showed one way to combine two datasets. Well while I was playing around on another part I saw the dataset.merge method and well call me a monkey’s uncle if it don’t work nice as pie.
ds2 = m_DAL.LoadDataSet(m_DAL, strSQL)
ds.Merge(ds2)
That’s IT!
Later…

<< Home