Hi,
I have a stored procedure from a SQL2005 that produces multiple recordsets.
The DataSource in the Designer only shows the first recordset.
Is there a way to access in the Designer the other recordsets that my stored procedure creates?
Thanks!
Roger
Multiple Recordsets
Multiple Recordsets
Unfortunately there is no way to produce multiple recordsets from one stored procedure, because each stored procedure is represented as a DataTable inside the Dictionary of the Stimulsoft Reports.Net.
Thank you.
Thank you.