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 ado.net and its architecture?
Explain executenonquery?
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?
What is linq and entity framework?
What is aggregate root?
Can we do database operations without using any of the ado.net objects?
Which name space is used to get assembly details?
What is ole2 format?
Which namespaces are used for data access?
What are the data providers used in ado.net
Does sqlclient and oledb class share the same functionality?
How to load multiple tables into a dataset?
What is a dynaset in access?
What is datasource in ado.net?
how we can fire event in databound coulm in datagfrid withot using button?