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
Explain the difference between data reader and data set?
What does executenonquery () method return?
Why do we use sqldataadapter?
Why is it important to close an ado.net application?
What are the data access namespaces in .NET?
How do you update database through dataset?
What is dao and ado?
What are the essential features of ado.net?
What are the key features of ado.net?
What is sqldatareader in ado.net?
What is difference between datatable and dataset?
What is a data control clerk?
What is the advantage of ado.net?
Which is faster datareader or dataadapter?
What are the difference between readonly vs. Const?