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 tuples?
How do I upload a file from my ASP.NET page?
What is the procedure to create the environment for asp.net? : asp.net mvc
Is it possible for me to change my aspx file extension to some other name?
Which tool you have done?
What is masterpage?
What are the different types of sessions in asp.net?
How does ASP.NET framework maps client side events to Server side events.?
How can you access the properties and controls of master pages from content pages?
What is a web server? What are the load limits in it?
How do session tokens work?
Is asp.net a programming language or framework?
What is the full meaning of asp.net?
Explain different types of validators in asp.net?
What are the differences between the response.write() and response.output.write()?