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
What is openquery?
What is connection in ado.net?
What is the role of data provider in ado.net?
Define bubbled event?
What is ado.net tutorial?
What is data control techniques?
Which provider is used to connect ms access, oracle, etc…?
What is an ado?
What you mean by filtering of data?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What is the difference between connected and disconnected environment?
What is ado and dao?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
How to read data with the sqldatareader ?
What are two types of transaction supported by ado.net?