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
Explain advantages of ado.net?
What is the difference in record set and dataset?
How do you update a dataset in ado.net?
What provider ado.net use by default? Explain the role of data provider in ado.net?
What is adodb dll?
What is connected architecture in ado.net?
What is ole access?
Define table relations?
What is a serialized object?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What are the ado.net objects?
differences between ADO and ADO.NET
How do you implement locking concept for dataset?
What is variable view?
Explain the two fundamental objects in ado.net?