combine datasources

  • Thread starter Thread starter Fritz the Cat
  • Start date Start date
F

Fritz the Cat

I have to pull in data from two or more datasources and combine them ala a
union join.
How do I do this?
Thanks a lot!
 
The simpliest way is just to do it programmatically. In more comlex
scenarios you may consider DataSet or DataTable Merge method.
 

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