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 namespace in ado.net?
How to Read, Add, Update and Delete record in Entity Framework ?
What are all the commands used with Data Adapter?
Does entity framework use ado.net?
What are the main differences between classic ado and ado.net?
Explain the advantage of ADO.Net?
Which parameter of ConnectionString is used to specify the name of the database?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What is microsoft ado?
Explain executenonquery?
What are the data providers in ADO.NET framework?
Can you explain how to enable and disable connection pooling?
Explain the overview of ado.net architecture?
What are the major difference between classic ADO and ADO.NET?
What is acid in ado.net?