Difference between datareader and dataset?
Answer Posted / jayeshwaree
datareader:
*connected enviornment
*reads one row at a time. By using Read() we can read the
read records of one row
*used to retrieve data as it returns a result set in a read
only and forward only mode
dataset:
*disconnected enviornment
*it is used as a container to hold one or more tables with
constraints and relations
*to update the changes made in dataset we need a data
adapter and we need to call the Update() method
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
What are the differences between OLEDB and SQLClient Providers?
What is an ado connection?
What is ado circle?
Explain the overview of ado.net architecture?
What is data relation?
Explain the advantages and disadvantages of using datalist?
Why edit is not possible in repeater?
How to connect and retrieve data from database using dataset
What is a data control clerk?
What is ado object model?
What is the use of sqldatareader class?
What is the difference between Dataset. clone and Dataset.copy?
What are the major difference between classic ADO and ADO.NET?
What is full form of ado?