Diff. b/w DataReader and DataSet?
Answer Posted / santosh
data reader is the connection oriented architecture, it is
forward approach, and its give more perfomanc, datareader is
only read the data.
dataset is the disconnection oriented architecture, it is
forward and backward approach and it is slow compare to
datareader, dataset is read and write.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the namespaces being used to access oracle database?
What is the role of clr?
What is difference between ado.net and asp net?
What are the methods of XML dataset object?
What is a dataview?
What are the major challenges in accessing data from a database?
Why do we serialize data?
What are different layers of ADO.Net?
What is the difference between ado.net and oledb?
What is the difference between dataset and datatable?
Is it possible to edit data in Repeater control?
What is sqlconnection and sqlcommand?
What is adodb dll?
What is ado.net objects?
How to identify the controls which can be used for binding data?