G
Guest
Hi,
I have a dataset, DataSetTemp which gets filled by the DataAdapter when
querying a SQL Server database. Only one table is populated in the data set.
I have another dataset, DataSetResults, which has two tables in it
DataTableResults and DataTableExceptions. I want to add all the rows from
DataSetTemp.DataTable[0] to DataTableResults. Bear in mind there is already
data in this table, which must be preserved - I just want to concatenate the
table with the rows from DataSetTemp.
How do I do that?
Thanks,
Mark.
I have a dataset, DataSetTemp which gets filled by the DataAdapter when
querying a SQL Server database. Only one table is populated in the data set.
I have another dataset, DataSetResults, which has two tables in it
DataTableResults and DataTableExceptions. I want to add all the rows from
DataSetTemp.DataTable[0] to DataTableResults. Bear in mind there is already
data in this table, which must be preserved - I just want to concatenate the
table with the rows from DataSetTemp.
How do I do that?
Thanks,
Mark.