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

Answers were Sorted based on User's Feedback



ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a pa..

Answer / rangarao

Ado.net is supports disconnected architecture as well as
it also supports connected architecture.
data set belongs to disconnected architecture.
data reader belongs to connected architecture.some problems will arrive while working with data reader,the problems are it will read records one by one only and there is no possibility to go for previous record ,it will always go to next records only.the connected architecture recommended to while working with transactions and working with bulk amount of data.

Is This Answer Correct ?    22 Yes 1 No

ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a pa..

Answer / arun

ADO.NET is not a disconnected architecture.
The dataset is a disconnected architecture and the
datareader is a connected architecture.

Is This Answer Correct ?    26 Yes 6 No

ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a pa..

Answer / 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

More ADO.NET Interview Questions

What is the namespace in which .NET has the data functionality classes?

5 Answers   eMantras,


What are the Data providers in ADO.Net?

0 Answers  


What is defaultview in datatable?

0 Answers  


How to work with disconnected data - the dataset and sqldataadapter?

0 Answers  


List all the steps in order, to access a database through ado.net?

0 Answers  






What is variable view?

0 Answers  


Difference between function and trigger?

1 Answers   HCL,


Explain ado.net features?

0 Answers  


What is sequence of code in retrieving data from database ?

3 Answers   Accenture, BirlaSoft,


What are the types of databinding?

0 Answers  


Why do we use sqldataadapter?

0 Answers  


What are the benefits of using ado.net?

0 Answers  


Categories