Difference between Dataset and DataReader ?

Answer Posted / kamlesh sharma

The DataSet consists of DataTable objects
that you can relate to each other with DataRelation
objects (and dataset is disconnected data model)

The datareader is connected model(connection must be open
while operation performs)
and it is state forward read only counter part of ADO.net

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is web api config?

645


What do you understand by aggregate dependency?

704


Explain Features in ASP.NET

657


What are ASHX files?

686


What are the events that happen when a client requests an asp.net page from iis server?

577






What is cache in asp net?

624


What is csrf attack in asp.net?

592


Explain the code Access Security (CAS) in .net Framework?

832


What are asp.net web forms?

634


What is the difference between debug and release?

610


In order to get assembly info which namespace we should import?

617


Define the steps to set up validation control.

654


What is the difference between Hash table and Array list?

475


In how many ways we can retrieve table records count?

626


What is a page life cycle?

663