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 commandbuilder in ado.net?
What is defaultview in datatable?
What is ado.net explain with diagram?
What is ado.net code?
Which is faster ado.net or linq?
What are all the different methods under sqlcommand?
How to identify the updated rows in a dataset?
Which ado.net object is very fast in getting data from the database?
Does ado.net use odbc?
What is variable view?
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
Explain sqlconnection object?
What is the difference between Optimistic and Pessimistic locking?
What are the connected and disconnected modes in ado.net?