|
How to retrieve records from SqlDataReader?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET ADO.NET
To retrieve records from the database using SqlDataReader and getting their values by iterating
through them, we can use this approach.
|