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
Explain how to find the given query is optimised one or not?
Define data adapter?
What are dataproviders?
Explain the difference between sqlcommand object and command behavior object?
What is microsoft ado?
What are the different methods by which we can populate a dataset?
Define connection string?
What is the provider being used to access oracle database?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
How to create dynamic gridview?
How do you update a dataset in ado.net?
What are the several execute methods of ado.net?
What are the connected and disconnected modes in ado.net?
Define data access layer?
How can we perform transactions in .net?