What DataReader class do in ADO.NET ?



What DataReader class do in ADO.NET ?..

Answer / Kuldeep Beshra

The DataReader class in ADO.NET is a forward-only, read-only data stream that enables rapid retrieval of data from a database without keeping the result set in memory. It provides a fast and efficient way to iterate through the rows returned by a query, as it eliminates the need to maintain an in-memory cache of all rows.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

what is clustered index?why is it created?

4 Answers   Microsoft, Wipro,


What is a datagrid?

4 Answers  


How is it possible to get 2 tables of data at a time by using data reader?

1 Answers  


How can you implement sub data grid in a master datagrid?

1 Answers  


How many major types of connection objects in ADO.NET?

1 Answers   MCN Solutions,


how to display empty table to datagrid

3 Answers   LG Soft,


How to Handle the exceptions in Sqlsrver2000

3 Answers   SQL Star,


What is ado in agriculture?

1 Answers  


What is the difference in an abstract class and an interface?

1 Answers  


Explain how can we load multiple tables in to dataset?

1 Answers  


What is difference between ado.net and asp net?

1 Answers  


What is full form of ado?

1 Answers  


Categories