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
What is command class in ado.net?
Explain sqlconnection object?
What are dataproviders?
What is the use of SqlCommandBuilder?
How to enable and disable connection pooling?
What are the namespaces used in ado.net for data access?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the methods of XML dataset object?
Which is faster sqldataadapter and sqldatareader?
Does sqlclient and oledb class share the same functionality?
What is disconnected data?
What is bubbled event?
What are the essential features of ado.net?
What are the rules to implement connection pooling?
What are the connected and disconnected modes in ado.net?