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 relation in ado.net?
What are the key events of sqlconnection class?
What is disconnected architecture in ado.net?
What is the difference between the clone() and copy() methods of the dataset class?
What is the difference between Command and CommandBuilder object?
What is Dataset Object?
What is the default provider in ado.net?
What is a column variable?
What are the different methods available under the sqlcommand class to access the data?
What is defaultview in datatable?
How will you fill the gridview by using datatable object at runtime?
What is ado code?
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?
How can I retrieve two tables of data at a time by using data reader?
What does ado stand for?