Union Tables from Different Sources

  • Thread starter Thread starter julio delgado
  • Start date Start date
J

julio delgado

Hi:

I am retriving data from a Text File, Oracle and SQL. Is there any way that
I can perform a Union of Three data.tables from 3 Different Datasets.

Thanks
 
Assuming that you want to do this locally with the DataTable, then check out
DataSet.Merge for one method, and you could also pull it off by configuring
three different dataadapters and filling the same datatable (assuming the
column names and types match).

HTH,

Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top