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

Explain how to bind the controls(best practice) comboboxes to the data in the dataset?

796


What is ado data control?

756


What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?

811


What is bubbled event?

737


What is ado and dao?

737


What is method to get XML and schema from Dataset? getXML() and get Schema ()

773


What is the difference between executequery and executenonquery?

724


What is sql connection in ado.net?

722


Explain the difference in an abstract class and an interface?

728


What is difference between connected and disconnected architecture in ado.net?

899


What connected data?

708


Explain executenonquery?

825


Define bubbled event?

712


What is ado control?

732


how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

809