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 a web api endpoint?
What is the difference between mechine.config and web.config?
What is __ requestverificationtoken?
What is recordset asp?
Is asp.net mvc front end or backend? : Asp.Net MVC
What does asp stand for in asp.net?
What is the use of session?
What is the maximum timeout we can set for Cookies?
What is cookies cache and session?
What is Web API?
Why is an object pool required?
Explain the difference between server control and html control.
To wrap up a call to a Web service the standard used is..?
How Can assign alias name for ASP.NET Web API Action?
Elaborate differentiation between Cache and Application?