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
How to perform sorting on a table in ADO.NET?
Is it possible to load multiple tables in a Dataset?
What is the difference between data grid and data repeater?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
Is it possible to edit data in Repeater control?
What are the parameters that control most of connection pooling behaviours?
How to Read, Add, Update and Delete record in Entity Framework ?
What is ado.net objects?
Which object is used to add relationship between two Datatables?
Explain the difference in record set and dataset?
Which provider is used to connect ms access, oracle, etc…?
What is a string variable?
What is the use of connection object in ado.net?
What is the full form of ado.net?
What is the difference between typed and untyped dataset?