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 aggregating data ?
What are the essential features of ado.net?
Do we use stored procedure in ADO.Net?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What is a string variable?
Explain ado.net features?
How to enable and disable connection pooling?
What is ado asp?
What are the uses of Stored Procedure?
What DataReader class do in ADO.NET ?
Explain the advantage of ADO.Net?
What is a non query?
What does sqldatareader return?
What is variable view?
What is a dataview?