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
How to find the given query is optimised one or not?
What are the benefits of ADO.NET?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What is execute scalar in ado.net?
What is command class in ado.net?
What is the DataTableCollection?
What is the difference between linq and ado.net?
Define data adapter?
What is data access pattern?
What are the different layers of ado.net?
How to pass multiple tables in datasets simultaneously?
Which method is used by command class to execute SQL statements that return single value?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is ado or jdbc?
What is sqldatareader in ado.net?