Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

multiple results sets from one sp

Status
Not open for further replies.

Crowley16

Technical User
Jan 21, 2004
6,931
GB
I've got one sproc which returns multiple resultsets.

Is it possible to access these multiple results sets from a report?

when I create a dataset based on the sproc, only the first resultset is returned.

Thanks

--------------------
Procrastinate Now!
 
Hi Crowley - In 2000 at least, you can only return one dataset per SP to the report. This is an essential part of the report structure as each control is bound to a single data set which must have a unique name

Maybe you could adda a parameter to your SP which controls whch recordset to return. You could then call the same SP with different parameters from the report and get your different data sets...

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
Hi xlbo,

I'm using 2005 at the moment.

from what I've found so far, it seems like it's not supported in 05 either, but will be in 08...

--------------------
Procrastinate Now!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top