Difference between datareader and dataset?
Answer Posted / shivangi pandya(cojit- sy)siho
*dataset........
..it is read & write we can make changes.
..we can do insert,update,delete operatios.
..we can move previous in it.
..it is faster then datareader.
..it doesent hold any data.
..data can not be transfer to datasource.
..only one record save in a memory at a time.
..dataset is connection oriented.
*data reader........
..it is read & forward only.
..we cant do ant insert,update,delete operation.
..we can not move previous in i.t
..it is slower then dataset.
..it can holds the data table.
..data can be transfer to datasource.
..pulls the records from datasource & saves in IIS memory.
..it is disconnected oriented.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is difference between dataset and datatable?
What is an example of ordinal data?
Describe the command object and its method.
What is difference between executenonquery and executequery?
How to add a check box or a dropdown list to a column in a datagrid?
Is entity framework better than ado.net?
Explain why edit is not possible in repeater?
What is defaultview in datatable?
What providers does Ado.net uses?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
How to pass multiple tables in datasets simultaneously?
What is full form of ado?
What is ado control?
What are disadvantages of microsoft-provided data provider classes in ado.net?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?