Diff. b/w DataReader and DataSet?

Answer Posted / santosh

data reader is the connection oriented architecture, it is
forward approach, and its give more perfomanc, datareader is
only read the data.
dataset is the disconnection oriented architecture, it is
forward and backward approach and it is slow compare to
datareader, dataset is read and write.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of Dataview?

561


Explain the architecture of ado.net?

517


What is data adapter in ado.net with example?

487


Define ado.net?

547


Explain what is datagrid with an example?

559






What does adodb stand for?

487


What does datareader object do?

521


How to copy the contents from one table to another table and how to delete the source table in ado.net?

501


What connected data?

480


How to creating a SqlCommand Object?

572


How do you update a dataset in ado.net?

527


What is difference between datagridview and datagrid control in winforms?

494


Explain the difference between sqlcommand object and command behavior object?

513


What is the executescalar method?

563


What is the use of sqldatareader class?

451