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 provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is the namespaces being used to access oracle database?
What is microsoft ado.net?
Explain sqlconnection object?
What is different between sqlcommand object and command behavior object?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Describe the command object and its method.
What do you mean by ‘batch updates’?
Which provider is used to connect ms access, oracle, etc…?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What is meant by executenonquery?
What is the purpose of using adodb?
What are the different ado.net namespaces?
Explain all the classes those are used for database connections between sql server and asp.net?
What are the data providers used in ado.net