What is main five diffrent between Connected And
Disconnected environment
Answer Posted / neha
1.Connected: It works when connection object is opened.
Disconnected: It works regardless of the connection object
state (opened or closed doesnot matter).
2.Connected: It can retrieve data from single table only.
Disconnected: It can retrive data from multiple tables.
3.Connected: The data persists even after the shutdown of
application.
Disconnected: The data doesnot persist after the application
closure, as it was all programmatic.
4.Connected: We get the updated data always.
Disconnected: The data we retrieve is not guaranteed to be
updated.
5.Connected: Fast access to the data.
Disconnected: Slow access to data.
6.Connected: It is useful in the scenarios where data is
updated rapidly, for eg, stock market.
Disconnected: It is useful in the scenarios where data is
not updated usually, for eg, school database, where data is
changed after one year only.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the namespaces in which .net has the data functionality class.
How to aggregating data across related tables?
Explain the various objects in dataset.
Explain the architecture of ado.net?
What is ado.net and its features?
Which is faster ado.net or linq?
How can we load multiple tables in to dataset?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the core objects of ADO.NET?
What are the objects of ado.net?
Why is ADO.NET serialization slower than ADO ?
What is difference between connected and disconnected architecture in ado.net?
What is ado.net and its architecture?
List all the steps in order, to access a database through ado.net?
What are the major difference between classic ADO and ADO.NET?