Multiple Recordsets

Stimulsoft Reports.NET discussion
Post Reply
Roger
Posts: 10
Joined: Wed May 30, 2007 9:39 am
Location: Dordrecht, The Netherlands

Multiple Recordsets

Post 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
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Multiple Recordsets

Post 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.
Post Reply