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 find the given query is optimised one or not?
What is disconnected scenario in entity framework?
Define table relations?
What are the steps to connect to a database?
What do you know about ado.net's objects?
What are datareaders?
What is ado full form?
What are all the different authentication techniques used to connect to MS SQL Server?
Which method is used by command class to execute SQL statements that return single value?
What is difference between connected and disconnected architecture in ado.net?
How to work with disconnected data - the dataset and sqldataadapter?
What are the main differences between classic ado and ado.net?
Explain the namespaces in which .net has the data functionality class.
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
How to copy the contents from one table to another table and how to delete the source table in ado.net?