What is the difference between connected environment and a
disconnected environment?
Answers were Sorted based on User's Feedback
Answer / neha
Connected:
In connected environment, the connection object is
constantly opened to operate on the databases, and is closed
after all the operation are performed.
Advantages: fast retrieval of data, updated information is
always accessed
Disadvantage: security threats
Disconnected:
In the disconnected environment, the connection object is
opened for the minimum amount of time, that is, the time
when data is retrieved. After the data is retrieved from the
database, the connection is closed, and all the operations
like INSERT, UPDATE, DELETE, etc are performed offline. The
change during the operation can be reflected back to the
database in the similar manner.
Advantage: no security threats, increase in performance as
connection is not constantly opened.
Disadvantage: slow data retrival.
Is This Answer Correct ? | 13 Yes | 1 No |
Answer / 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 |
What are advantages and disadvantages of Microsoft-provided data provider classes in ADO.NET?
what are the differences between dataset and datareader?
Which is the best institute in hyderabad to learn DotNet?
Which database is the ado.net?
What is ole in vb?
Explain ODP.net
What is ado.net in mvc?
Differences between dataset.clone and dataset.copy?
What is a sqldataadapter?
What are the uses of Stored Procedure?
Which is the feature of ado.net?
What are the ado.net connection pooling parameters?