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 a control toolbox?
How does entity framework work?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What is the full form of ado?
Explain the namespaces in which .net has the data functionality class.
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is ado.net in mvc?
How to store data in memory?
How to check if a datareader is closed or opened? IsClosed()
What are the steps you will take to improve performance? Will you use dataset or datareader?
What is executenonquery ado.net?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
What is ole in vb?
Give few examples of datareader that is used in different dataproviders.
differance between ADO vs ADO.Net?