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
What is openquery?
Which is faster dataset or datareader?
How can we add/remove row's in "datatable" object of "dataset"?
Some important instruction regarding ADO.NET connection string ?
Do you use stored procedure in ado.net?
What is the difference between sqlcommand and sqldataadapter?
What is typed dataset ?
What is the DataTableCollection?
Which architecture does Datasets follow?
Is it possible to edit data in Repeater control?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
How we can provide data to ado.net?
Describe connection object in ado.net
What are advantages of microsoft-provided data provider classes in ado.net?
List the 4 common ado.net namespaces?