Page 1 of 1

Multiple Recordsets

Posted: Tue Mar 11, 2008 12:54 pm
by Roger
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

Posted: Tue Mar 11, 2008 1:36 pm
by Edward
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.