Multiple DataTables

I like the new TableAdapter in .net 2005. But is there a designer-based mechanism that populates a DataSet's multiple DataTables from a stored procedure that returns multiple result sets. i.e. to configure the equivilant of a DataTable's TableMappings?
[254 byte] By [dickgiles] at [2007-12-24]
# 1
Ooops, I meant DataAdapter's TableMappings, not DataTable's TableMappings!
dickgiles at 2007-8-31 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...
# 2

I have the same problem ... am converting a site from ASP 1.1 (VS 2003) to ASP 2.0 (VS 2005) ... In the old version I used a stored procedure with a dataadapter filling a dataset and then read from whichever table I needed. I'd love to use the new DAL with strongly typed datasets etc but it seems to focus on returning only one table at a time :(

I'd love to know if this is really the case or if I'm missing a trick somewhere!

Mamine at 2007-8-31 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...