What is the difference between connected environment and a
disconnected environment?

Answer Posted / pavithra

In connected,an application is constantly connected to data
source.
advantages :
data concurrency is avoided because one user is connected
to a data source and updating data,while another user cant
made changes on data.
In disconnected environment ,application isnt directly
connected to data source.user use connection at once to
retrieve data and connection closed after retreiving.
limitation:
data concurrency.

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is datatable in ado.net?

745


What is the difference between Optimistic and Pessimistic locking?

778


What is the difference between Data adaptor and Data set?

821


Why do we use sqldataadapter?

751


Which is faster entity framework or ado.net?

731


Why do we need ado.net?

761


What is the difference between the clone() and copy() methods of the dataset class?

814


Define data adapter?

730


What is execute reader in ado.net?

726


What is openrowset?

742


What is Data view?

810


What is difference between datagridview and datagrid control in winforms?

743


Define ado.net?

825


What are the several execute methods of ado.net?

716


What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?

1064