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 property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?

774


What are the different row versions available in table?

727


Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!

1876


What is read only and forward only in ado.net?

715


What are the usages of the command object in ado.net?

761


Define table relations?

744


What is ado connection?

702


Explain which name space is used to get assembly details?

715


What is the difference between linq and ado.net?

733


How to perform sorting on a table in ADO.NET?

764


What is ado.net objects?

707


Give an example of a .net application which connects to microsoft access database using ado.net classes.

804


Define isolation?

750


what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?

752


What is the use of Dataview?

797