Multi-table DataSet...Select statement??

  • Thread starter Thread starter Phil Robertson
  • Start date Start date
P

Phil Robertson

Hi,

I am fairly new to DataSets and such and am hoping there is am obvious
answer to my problem.

I am retrieving data from XML and dumping it into an dataset. The resulting
dataset contains 4 related tables, that is, the data relations are already
there.

Now to my problem. I want to be able to select only certain colunms of data
from accross the tables in the dataset. Basically, I just need to do a
T-SQL like multi-table join. Is there a way to retrieve my records in this
way? The idea is to retrieve only the columns of data I need and then
insert them into my database. If not possible, perhaps using a dataset is
the wrong way to go.

Any help would be greatly appreciated.

Thanks.

-Phil
 
Back
Top