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
How can I retrieve two tables of data at a time by using data reader?
What is ado.net full form?
How do you update a dataset in ado.net and how do you update database through dataset?
What is executequery?
What is the maximum pool size in ado.net connection string?
Which is faster datareader or dataadapter?
What is difference between datatable and dataset?
What is the difference between data reader and data adapter?
Which is faster ado.net or linq?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What is a dataview?
What is data relation?
What is the hierarchy of data in databases?
What is data reader in ado.net?
How to work with disconnected data - the dataset and sqldataadapter?