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 are session objects?
Can you explain architecture of your project ?
What is postback pixel?
What is a postback ispostback and autopostback in asp net?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is the main differences between asp and asp.net?
What are the differences between clr & cts?
What are the components of ado.net?
What is the difference between asp.net and mvc?
What is asp.net and ado net?
What are demand-paging and pre-paging?
What is the difference between application state and session state in asp net?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Explain the difference between singleton and single call?