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

How to perform sorting on a table in ADO.NET?

777


Is it possible to load multiple tables in a Dataset?

761


What is the difference between data grid and data repeater?

767


What is serialization and de-serialization in .net? How can we serialize the dataset object?

724


Is it possible to edit data in Repeater control?

709


What are the parameters that control most of connection pooling behaviours?

835


How to Read, Add, Update and Delete record in Entity Framework ?

798


What is ado.net objects?

717


Which object is used to add relationship between two Datatables?

801


Explain the difference in record set and dataset?

708


Which provider is used to connect ms access, oracle, etc…?

748


What is a string variable?

670


What is the use of connection object in ado.net?

787


What is the full form of ado.net?

757


What is the difference between typed and untyped dataset?

714