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.
 
Back
Top