Why DataReader is Forward Only?

Answer Posted / sandyni

As we know that DataReader is connected architecture it
cannot persists the contents. it reads the contents one by
one record from the dataset until all the records completed.

The main thing is data reader uses pointers to fetch the
next record(index).hence these are the forward only objects

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the role of data provider in ado.net?

538


How do you update database through dataset?

535


What is data relation?

499


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

531


What is ambient transaction?

501






What is ado net stands for?

514


Explain the various objects in dataset.

525


What is ado code?

496


What is ole db and odbc?

517


How to load multiple tables into a dataset?

539


What is method to get XML and schema from Dataset? getXML() and get Schema ()

538


How many major types of connection objects in ADO.NET?

584


What is the meaning of object pooling?

590


How to check if the Dataset has records ?

530


Explain the two fundamental objects in ado.net?

499