B
Bostonasian
The title may not reflect what I exactly want to acheive, but what I
want to do ultimately is to map columns between 2 data tables. One
already has data and the other has schema but no data. And I want to
transfer the data to the empty one(Of course, those two datatable has
different column names).
I see many example of table/column mapping with data that were
extracted from database, then immedietely do mapping and add table
mapping object to DataAdapter.
But in my case, I already have source data ready, therefore I don't
need to use DataAdapter to retrieve data from database.
Can anyone help?
want to do ultimately is to map columns between 2 data tables. One
already has data and the other has schema but no data. And I want to
transfer the data to the empty one(Of course, those two datatable has
different column names).
I see many example of table/column mapping with data that were
extracted from database, then immedietely do mapping and add table
mapping object to DataAdapter.
But in my case, I already have source data ready, therefore I don't
need to use DataAdapter to retrieve data from database.
Can anyone help?