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 is DataReader Object?
What is the difference between a datareader and a dataset?
What is datasource in ado.net?
What are the uses of Stored Procedure?
What is Dataset Object?
What is the difference between Data adaptor and Data set?
Explain the differences between oledb sql server, oledbdotnet provider?
Define executenonquery?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What is a non query?
What is difference between executequery and executeupdate?
How does ado.net work?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is Data view?
What is execute reader in ado.net?