Page 1 of 1
Can DataReaders be used for data sources instead of DataSets
Posted: Thu Jul 20, 2006 10:42 am
by JPeless
I usually prefer to use datasets for many items of data, since they have certain advantages over DataReaders. However, under certain circumstances (very large reports, etc.) speed may be more of an issue than ease of use. For this purpose I have found DataReaders to be superior to datasets.
Is it possible to use DataReaders for the data source for a report? How would one proceed to make this happen?
Can DataReaders be used for data sources instead of DataSets
Posted: Fri Jul 21, 2006 5:36 am
by Edward
JPeless wrote:I usually prefer to use datasets for many items of data, since they have certain advantages over DataReaders. However, under certain circumstances (very large reports, etc.) speed may be more of an issue than ease of use. For this purpose I have found DataReaders to be superior to datasets.
Is it possible to use DataReaders for the data source for a report? How would one proceed to make this happen?
We sorry but you can't use DataReader as DataSource.
Thanks!
Can DataReaders be used for data sources instead of DataSets
Posted: Fri Jul 21, 2006 9:23 pm
by JPeless
Is it something that could possibly be taken into consideration for future enhancement? Or is there architectural underpinnings that would not allow for it?
Can DataReaders be used for data sources instead of DataSets
Posted: Sat Jul 22, 2006 2:58 am
by Vital
StimulReport.Net have some restriction for supporting DataReaders. In next version we can't add this functionality.
Thanks.