ASP.NET 2.0 Question:
Download Questions PDF

Explain Why Datareader is useful?

ASP.NET 2.0 Interview Question
ASP.NET 2.0 Interview Question

Answer:

Data Reader is Read only version Data Set,Each record is returned as a Data Reader Object,ExecuteReader method acts directly on the database connection.

There are two versions of the data reader object:

OleDbDataReader and SqlDataReader.


Data reader is used to fetch the records from database in read only and forward.

Download ASP.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
How does u call and execute a SP in .NET?What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?