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
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Is data edited in the Repeater control?
What is the difference between cache and cookies?
Write a code snippet to implement the indentation in json in web api.
What are server objects?
Explain the use of dataadapter.
What is asp short for?
What is the difference between login controls and forms authentication?
Give 2 examples for scenarios when routing is not applied?
What are the types of authentication in asp.net?
Explain the asp.net mvc folder conventions? : asp.net mvc
9. Why should we hire you over the others waiting to be interviewed?
What is the difference between globalization and localization?
Explain how do you validate the controls in an asp .net page?
How many types of Cookies are available in ASP.NET?