ADO.NET is Disconnected Architecture. DataReader is
connected Architecture, but DataReader is a part of
ADO.NET. How is it possible?
Answer Posted / rangarao
Ado.net is supports disconnected architecture as well as
it also supports connected architecture.
data set belongs to disconnected architecture.
data reader belongs to connected architecture.some problems will arrive while working with data reader,the problems are it will read records one by one only and there is no possibility to go for previous record ,it will always go to next records only.the connected architecture recommended to while working with transactions and working with bulk amount of data.
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
How many major types of connection objects in ADO.NET?
What is ado.net code?
What is disconnected data?
Define atomicity?
What is ado.net full form?
Is it possible to load multiple tables in a Dataset?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
Why is stored procedure used in ado.net?
Explain advantages of ado.net?
What is openquery?
What do you mean by performing asynchronous operation using command object?
Which control of the BindingNavigator returns the current position within the data source?
What is microsoft ado?
Is entity framework better than ado.net?
What is namespace in ado.net?