what are the differences between dataset and datareader?
Answer Posted / vamseedhar
dataset support manpulation,datareader doesnot support
manpulation
datareader is abstract class
dataset is collection of table
datareader is readonly forwardonly record type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which object needs to be closed?
What is bubbled event can you please explain?
What is the difference between Command and CommandBuilder object?
What are dataproviders?
What is difference between dataset and datatable?
What is ado object model?
What are the different methods by which we can populate a dataset?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is Serialization in .NET? what are the types of Serialization?
What are the main differences between classic ado and ado.net?
Define the data provider classes that is supported by ado.net?
What is DataReader Object?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
Does dapper use ado.net?
What is ado recordset?