June 22, 2012 at 4:42 am
hi
if I have a stored procedure that returns multiple datasets, like
create PROCEDURE [dbo].[zz_Test_Multi]
AS
SELECT
getdate() as Somedate
SELECT
DATEADD("d",1,getdate()) as AnotherDate
go
if I set an ADO.net source as that stored procedure, it comes up with the first set "someDate"
is there any way I can access both sets?
June 22, 2012 at 4:57 am
actually, think I found a solution
http://www.codeproject.com/Articles/32151/How-to-Use-a-Multi-Result-Set-Stored-Procedure-in
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy