ADO.NET is Disconnected Architecture. DataReader is
connected Architecture, but DataReader is a part of
ADO.NET. How is it possible?

Answer Posted / debakant mohanty.

ADO .net is a disconnected arcitecture and data reader is a
connected architecture.It is possible because the data is
retreived from the database when there is a connection
established and is a stored in a temporary storege area
called data set and are retrieved from there by data
reader.That is simple.

Is This Answer Correct ?    3 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an ado?

518


How can you add or remove rows from the datatable object of dataset?

577


What are the different execute methods of Ado.Net?

553


Does ado.net use odbc?

523


What does ado stand for?

516






Which is the feature of ado.net?

524


What is the difference between connected and disconnected environment?

491


How to create data relations?

548


How is it possible to get 2 tables of data at a time by using data reader?

499


How to aggregating data across related tables?

549


Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?

633


Why do we serialize data?

497


how can implement dropdownlist in particular of dataset when try to update?

2306


Describe connection object in ado.net

539


What is the difference between ado.net and oledb?

483