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

can we create synonymn in ms access,sql server,my sql if so explain me with example

1585


Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?

622


What is sql command in ado net?

503


What is typed dataset ?

680


What is disconnected architecture in ado.net?

506






What you mean by filtering of data?

542


Where is adodb dll located?

530


What are good ado.net object to replace to ado recordset object.

572


What does executequery return?

521


How can we add/remove row's in "datatable" object of "dataset"?

541


What is the difference between ado.net and entity framework?

508


Explain how to bind the controls(best practice) comboboxes to the data in the dataset?

560


What is ado.net tutorial?

505


What is sqldatareader?

493


Compare Data Reader & Dataset in ado.net?

550