Difference between datareader and dataset?
Answer Posted / raghavendra.v
DataReader is conncetion oriented u can find the changes in
the database reflected in data reader immediately
where as dataset is pure disconnected one you will find the
changes only when u refresh the dataset using dataadapter
| Is This Answer Correct ? | 50 Yes | 13 No |
Post New Answer View All Answers
What are the ado.net components?
What is meant by executenonquery?
What are all the different methods under sqlcommand?
Command objects uses, purposes and their methods.
What are the Features and disadvantages of dataset
How to add an aggregate column?
How is it possible to get 2 tables of data at a time by using data reader?
What is ole data type?
How can we save all data from dataset?
What are the ado.net objects?
What are all features of ADO.Net?
What is the significance of CommandBehavior.CloseConnection ?
Explain executenonquery?
What are all the commands used with Data Adapter?
What are disadvantages of microsoft-provided data provider classes in ado.net?