T
Trev
I would be very grateful if someone could help me with this.
I have created a DataSet using Tables.Add(mDataSource), where
mDataSource derives from database expressions.
However, I now need to expand this DataSet by adding new columns with
values obtained
from another database. Each cell in this dataset is defined by row
(tag) and column (key),
so how would I, for example, change the value in row = ExistingRow1,
column = NewKey1 ?
TIA
Trev
I have created a DataSet using Tables.Add(mDataSource), where
mDataSource derives from database expressions.
However, I now need to expand this DataSet by adding new columns with
values obtained
from another database. Each cell in this dataset is defined by row
(tag) and column (key),
so how would I, for example, change the value in row = ExistingRow1,
column = NewKey1 ?
TIA
Trev