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
How to creating a SqlCommand Object?
What is ole data type?
What is Data Provider?
What are the pre-requisites for connection pooling?
What is the meaning of object pooling?
Define Execute Scalar?
Can we do database operations without using any of the ado.net objects?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
How to perform sorting on a table in ADO.NET?
What is the default provider in ado.net?
What is ole in excel?
What is an ADO.Net?
How can we load multiple tables in a dataset?
Explain the two fundamental objects in ado.net?
What is ado.net code?