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 the difference between SqlCommand and SqlCommandBuilder?
What is ado.net and its architecture?
What are the types of databinding?
What is data reader in ado.net?
How to work with disconnected data - the dataset and sqldataadapter?
What is the maximum pool size in ado.net connection string?
What is Data view?
How to identify the updated rows in a dataset?
What is the use of Dataview?
how we can fire event in databound coulm in datagfrid withot using button?
What are the several execute methods of ado.net?
What is connection pooling and what is the maximum pool size in ado.net connection string?
How do you connect to sql server database without using sqlclient?
How can we perform transactions in .net?
What is a datareader object?