What?s the role of the DataReader class in ADO.NET connections?
Answer Posted / senthil kumar
DataReader has play vital role in ADO.NET when retrieve the
dataset.Its forward and read only optiion.They are not have
the pointer.It can only move the record with value
pointer.It is effiecnt data retrieval mechnism in ADO.Net.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is data view and variable view?
Can we connect two dataadapters to same data source using single connection at same time?
What is a dataview?
Explain the role of data provider in ado.net?
What is difference between datareader and dataadapter?
How many major types of connection objects in ADO.NET?
What providers does Ado.net uses?
How can we add relation between tables in a dataset?
What are the essential features of ado.net?
What do you mean by performing asynchronous operation using command object?
What is ado.net object model?
What are the different execute methods of Ado.Net?
What is the advantage of ado.net?
What is ado.net explain with diagram?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?