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 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?
What are the different row versions available in table?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
What is read only and forward only in ado.net?
What are the usages of the command object in ado.net?
Define table relations?
What is ado connection?
Explain which name space is used to get assembly details?
What is the difference between linq and ado.net?
How to perform sorting on a table in ADO.NET?
What is ado.net objects?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
Define isolation?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is the use of Dataview?