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 ado code?
What is a column variable?
differences between ADO and ADO.NET
What are the different methods by which we can populate a dataset?
Explain advantages of ado.net?
What are advantages of microsoft-provided data provider classes in ado.net?
How to create dynamic gridview?
What are the advantages and disadvantages of using datalist?
How to store data in memory?
What is variable view?
What is ole word?
What is the default provider in ado.net?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is difference between connected and disconnected architecture in ado.net?
How can we load multiple tables in a dataset?