Difference between datareader and dataset ?
Answer Posted / harsh v m
DataReader acts like Readerset of ADO.In ADO.NET we make
use of Datasets & in ADO, Readersets are used.
DataReader is read only,forward only type and Dataset is
disconnected type that can store more than one table.Hence
Datareaders are used for reading some data from database
only,but not for updating the data.Whereas Datasets can be
used for later purpose.
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What is difference between web config and global asax?
What is the part of url?
In how many ways we can retrieve table records count?
What is the difference between a multi-layer and multi-tier applications?
How can we Validate a Controls in ASP.NET page using JavaScript?
What are the benefits of view state?
How can you register a custom server control to a web page?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
How do I create a web form?
What is server transfer?
What are the main requirements for caching?
Explain server side state management system.
Which two new properties are added in asp.net 4.0 page class?
Explain the different parts that constitute ASP.NET application?