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?

536


Explain the difference in record set and dataset?

503


Which object holds only data and does not interact with data source?

508


Explain the differences between oledb sql server, oledbdotnet provider?

561


What are the essential features of ado.net?

546






What are the benefits of using ado.net?

530


What is connection pooling and what is the maximum pool size in ado.net connection string?

529


What is data relation?

513


What is the difference between OLEDB Provider and SqlClient?

535


Explain the various objects in dataset.

534


What is the default provider in ado.net?

526


How do you merge 2 datasets into the third dataset in a simple manner?

545


What does ado stand for?

533


Define the data provider classes that is supported by ado.net?

527


What are the disadvantages of using datalist?

519