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 row state?
Explain how to find the given query is optimised one or not?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
Does executenonquery return a value?
How to read data with the sqldatareader ?
Describe connection object in ado.net
What is the difference between data grid and data repeater?
What is csdl entity framework?
How many major types of connection objects in ADO.NET?
What is acid in ado.net?
What is ado.net and its features?
Explain advantages of ado.net?
What is disconnected scenario in entity framework?
What is the difference between Optimistic and Pessimistic locking?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?