Difference between datareader and dataset?
Answer Posted / harshan kadam
Data reader is the forward and read only .it is a
disconnected architecture of the data base.it is the works
on retrive the data on the data base.
DataSet is the disconnected architecture.it is a works on a
data base is x-copy and retrive the data.it is a collection
of data collection(data row and data column) and is the
connection of the XML.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the pre-requisites for connection pooling?
What are the data providers in ADO.NET framework?
What do you mean by ‘batch updates’?
What is microsoft ole db provider for sql server?
What is difference between connected and disconnected architecture in ado.net?
What is ado.net architecture?
What we do with the object of ado.net dataset after using it?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is ambient transaction?
What is difference between entity framework and ado.net?
What are the parameters that control most of connection pooling behaviors?
What is difference between datatable and dataset?
What is a sqldataadapter?
How can we serialize the dataset object?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?