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
What is ado circle?
Which is faster sqldataadapter and sqldatareader?
How to add an aggregate column?
What is oledb driver?
Do you use stored procedure in ado.net?
Why is it important to close an ado.net application?
Which parameter of ConnectionString is used to specify the name of the database?
What is openrowset?
Explian About DataAdapters
Which is the feature of ado.net?
Which is faster dataset or datareader?
Where is adodb dll located?
how Sequence to connect and retrieve data from database using dataset?
Explain how to create dynamic gridview?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!