Answer Posted / venu
DataReader: datareader is forward only it is nt scrollable
and datareader fetch the records one by one.this is record
pointer to pointing to one by one record in connected
Architecture.
Dataset:dataset is contain table in Xml format.we can use
this forward to any operating system.it is Scrollable and
dataset contain in application memory.
Datatable: DataTable Contain a structured format it contain
a rows and columns.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the difference between OLEDB Provider and SqlClient?
What is dbcontext and dbset in entity framework?
What is ado full form?
How to add an aggregate column?
Which is the best method to get two values from the database?
Which is faster entity framework or ado.net?
What is ado.net components?
What is ado circle?
What is the difference between Optimistic and Pessimistic locking?
What is the difference between sqldatareader and sqldataadapter?
What is the difference between DataReader and DataSet in ADO.NET?
Explain ado.net features?
How do you update a dataset in ado.net?
Can you explain how to enable and disable connection pooling?
What is ole2 format?