Difference between datareader and dataset?
Answer Posted / chaitanya.k
Data Reader is a forward only and read only data
DataSet is used to maintain relationships between multiple
tables.
Data Reader can't persist the data
Data Set can persist the data
Is This Answer Correct ? | 145 Yes | 22 No |
Post New Answer View All Answers
Does sqlclient and oledb class share the same functionality?
Which database is the ado.net?
Define table relations?
What is the difference between Optimistic and Pessimistic locking?
What DataReader class do in ADO.NET ?
Explain how to find the given query is optimised one or not?
Some important instruction regarding ADO.NET connection string ?
What is dao and ado?
What is ado recordset?
What is fill method in ado.net?
What is data relation in ado.net?
What is difference between dataset and datatable?
What is ole db and odbc?
What are datareaders?
What is the difference between DataReader and DataSet in ADO.NET?