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 are datareaders?
Does entity framework use ado.net?
Is entity framework better than ado.net?
What is Data view?
What is the difference between statement and preparedstatement interface?
How to pass multiple tables in datasets simultaneously?
What is the difference between Datareader and Dataset?
What is an orm, and why would you use one instead of plain old ado.net?
Why is it important to close an ado.net application?
What are dcl commands?
What is the difference between data grid and data repeater?
How can we add/remove row's in "datatable" object of "dataset"?
What do you know about ado.net's methods?
What is a serialized object?
How would you connect to a database by using .NET?