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
How to retrieve the user id which is provided while windows authentication?
What is the maximum pool size in ado.net connection string?
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?
Name which operations can you not perform on an ado.net dataset?
What is the purpose of using adodb?
How can we save all data from dataset?
What is an ado?
What are the advantages using ado.net?
What is ado and rdo?
How do you update a dataset in ado.net and how do you update database through dataset?
What are the Features and disadvantages of dataset
What are basic methods of dataadapter?
Which database is the ado.net?
What does ado stand for?
Which object needs to be closed?