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 differences between OLEDB and SQLClient Providers?
What is the difference between DataReader and DataSet in ADO.NET?
What is sqldatareader?
How we can provide data to ado.net?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
How can I retrieve two tables of data at a time by using data reader?
What is ado.net full form?
What is a control toolbox?
What is the meaning of executenonquery?
How can you add or remove rows from the datatable object of dataset?
Which method is used to sort the data in ADO.Net?
What is difference between executequery and executeupdate?
What is dataset and datatable in ado.net?
Do we use stored procedure in ADO.Net?