G
Guest
Hi
I have a stored proc that has two select statements in it i.e. it returns 2
result sets.
When I try to use the Visual Studio DataSet designer and point it to this
stored proc, it only sees the first select of the sp and therefore only
generates the one DataTable etc.
Is there a way around this?
I then hand crafted my own strongly typed DataSet but I can't even use an
adaptor and call the sp myself: it works, but it puts the data in two new
table called Table1 and Table2 - it ignores my strongly typed DataTables.
I have a stored proc that has two select statements in it i.e. it returns 2
result sets.
When I try to use the Visual Studio DataSet designer and point it to this
stored proc, it only sees the first select of the sp and therefore only
generates the one DataTable etc.
Is there a way around this?
I then hand crafted my own strongly typed DataSet but I can't even use an
adaptor and call the sp myself: it works, but it puts the data in two new
table called Table1 and Table2 - it ignores my strongly typed DataTables.