Answer Posted / sandyni
As we know that DataReader is connected architecture it
cannot persists the contents. it reads the contents one by
one record from the dataset until all the records completed.
The main thing is data reader uses pointers to fetch the
next record(index).hence these are the forward only objects
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How to work with disconnected data - the dataset and sqldataadapter?
Which is faster ado.net or linq?
Define isolation?
What are the namespaces used in ADO.Net to connect to a database?
What is ado.net and its architecture?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
how can implement dropdownlist in particular of dataset when try to update?
What is the DataTableCollection?
How to add an aggregate column?
What is a datareader object?
What is the difference between Command and CommandBuilder object?
What is the use of data grid?
How does ado.net work?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
What is the full form of ado?