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 are the data providers used in ado.net
What are the benefits of using of ADO.NET in .NET 4.0?
Define the executescalar method?
What is bubbled event?
What is shadow copy?
Which object needs to be closed?
How can I retrieve two tables of data at a time by using data reader?
What is two way data binding android?
What is datasource in ado.net?
How to maintain the relation between two tables in ADO.NET?
What is microsoft ado.net?
What is the difference between statement and preparedstatement interface?
How to bind the controls(best practice) comboboxes to the data in the dataset?
Describe connection object in ado.net
How to generate a single aggregate?