|
How to work with multiple results set using and SqlDataReader?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET ADO.NET
To retrieve more than one result sets using Stored Procedure or multiple select statements in one go
using SqlDataReader, we can follow this approach.
|