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
If we are not returning any records from the database, which method is to be used?
What are the classes in System.Data.Common Namespace?
What is the full form of ado.net?
What are disadvantages of microsoft-provided data provider classes in ado.net?
How to add a javaScript function in a datagrid?
What are the benefits of ADO.NET?
Describe briefly an ADO.NET Dataset ?
What are the different row versions available in table?
Can we load multiple tables in a dataset?
What is the role of the dataset object in ado.net?
What is difference between dataset and datatable?
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 isolation?
How many major types of connection objects in ADO.NET?
What is sqlconnection and sqlcommand?