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

Difference between sqlcommand and sqlcommandbuilder?

773


What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)

755


Which property is used to check whether a DataReader is closed or opened?

786


Is ado.net an orm?

704


Define ado.net?

785


What is the usage of the dataset object in ado.net?

673


Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?

865


What are the drawbacks of using ado.net?

693


Explain how to bind the controls(best practice) comboboxes to the data in the dataset?

747


What is a column variable?

671


What is the use of adodc?

721


What is the difference between DataReader and DataSet in ADO.NET?

780


What is ado object model?

688


What is the difference between connected and disconnected environment?

698


Explain the difference between ado and ado.net?

679