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 method to get XML and schema from Dataset? getXML() and get Schema ()
What is basic use of data view?
What are the disadvantages of using datalist?
Define data adapter?
How would you connect to a database by using .NET?
What is the role of clr?
What are two important objects of ADO.Net?
What are the advantage of ado.net?
What are all the commands used with Data Adapter?
List all the steps in order, to access a database through ado.net?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What are the different methods by which we can populate a dataset?
Explain the difference in record set and dataset?
What is the difference between Dataset. clone and Dataset.copy?
What is ole used for?