What is main five diffrent between Connected And
Disconnected environment

Answer Posted / pushpendra singh

1. Connected environment needs a constantly connection of
user to data source while performing any operation.
Dissconnected environment does not need any connection.

2..Only one operation can be performed at a time in
connected environment while in dissconnected multiple
operations can be performed.


3...DataReader is used in connected environment.
DataSet is used in dissconnected environment.

4... Connected environent is slower in speed.
Disconnected environment has a good speed.

5.....We get updated data in connected environment>
In disconnectes environment,thereis a problem of
dirty read.

Is This Answer Correct ?    31 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What provider ado.net use by default? Explain the role of data provider in ado.net?

739


What is disconnected scenario in entity framework?

787


What is the difference between Datareader and Dataset?

767


What is data control techniques?

697


Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?

659


What is a data control clerk?

788


What are the core objects of ADO.NET?

796


What is ado object model?

706


What are the different methods available under the sqlcommand class to access the data?

800


Define different execute methods of ADO.NET command object ?

767


What are the namespaces used in ado.net for data access?

707


What is a control toolbox?

708


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?

777


How to pass values into a datatable?

834


How can we load multiple tables in to dataset?

812