What is main five diffrent between Connected And
Disconnected environment
Answer Posted / febin.j.s
Connected environment is one in which a user can constantly
get connected to a datasourse.so that the data is uptodate.in
connected environment the data concurrency effects can be
easily resolved.connected environment causes network traffic.
But in Disconnected environment the user is not directly
connected to the data source.Here the user can connect to the
data source only when he wants to retrieve the data after that
the connection will be closed(ie: gets connected only when the
DML operations are doing).Disconnected environment allows
multiple applications to simultaneously interact with the data
source.It also improves the scalability and performance of the
applications.
| Is This Answer Correct ? | 41 Yes | 9 No |
Post New Answer View All Answers
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What are the parameters that control most of connection pooling behaviors?
What is the difference between ado.net and oledb?
How to find the given query is optimised one or not?
Which method is used to sort the data in ADO.Net?
What are all features of ADO.Net?
What is fill method in ado.net?
Can you explain how to enable and disable connection pooling?
What is ado.net code?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
Is it possible to edit data in Repeater control?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is defaultview in datatable?
What is difference in record set and dataset?
What does ado stand for?