Issues with the DataReader Class

The sole purpose of this class is to read a forward-only stream of data from the SQL Server database. The biggest benefit of the data reader is speed.

One of the common problems that we have come across is that developers are trying to open another connection while the data reader is still reading from the database. You might run into this problem if you are trying to make nested database calls: You cannot do this ...

Get Debugging ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.