ASP.NET 2.0 Question:
Download Job Interview Questions and Answers PDF
Explain Why Datareader is useful?
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.
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 Question | Next 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)? |