Why DataReader is Forward Only?

Answer Posted / vrushali

DataReaader is connected object and one can process the
rows that are returned by query, one at a time. It discards
every row after you have gone through it and so it is
extremely fast.It contains only read-only data, so no
updates are allowed using DataReader
objects.

Is This Answer Correct ?    51 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between an ado.net dataset and an ado recordset?

537


What is XML serialization

591


What is the use of adodc?

530


What are advantages of microsoft-provided data provider classes in ado.net?

547


Where is adodb dll located?

530






How to add a check box or a dropdown list to a column in a datagrid?

538


Describe the disconnected architecture of ADO.NET’s data access model.

544


Which parameter of ConnectionString is used to specify the name of the database?

552


How to generate a single aggregate?

544


What are the benefits of using ado.net?

518


What is partial class?

550


What is basic use of data view?

514


What does executereader return?

527


What is dataadapter in ado.net?

500


What is the functionality of data provider in ado.net?

491