F Fritz the Cat Mar 18, 2007 #1 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!
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!
E Eliyahu Goldin Mar 18, 2007 #2 The simpliest way is just to do it programmatically. In more comlex scenarios you may consider DataSet or DataTable Merge method.
The simpliest way is just to do it programmatically. In more comlex scenarios you may consider DataSet or DataTable Merge method.