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 role of data provider in ado.net?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What are advantages of microsoft-provided data provider classes in ado.net?
What is microsoft ado?
What are the advantages using ado.net?
What is the difference between sqldatareader and sqldataadapter?
What is an example of ordinal data?
What is ole2 format?
Describe connection object in ado.net
differences between ADO and ADO.NET
What are the objects of ado.net?
Is ado.net an orm?
What is Data Provider?
Can we connect two dataadapters to same data source using single connection at same time?
What are the steps to connect to a database?