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


Please Help Members By Posting Answers For Below Questions

Explain the advantages and disadvantages of using datalist?

726


What is the difference between data reader and data adapter?

676


What is an ado?

666


What is sqldatareader in ado.net?

607


What providers does Ado.net uses?

698






What is ole in vb?

618


What is the functionality of data provider in ado.net?

610


Define different execute methods of ADO.NET command object ?

663


What are the 3 major types of connection objects in ado.net?

656


What is ado.net tutorial?

618


What is ado in agriculture?

622


What is DataRowCollection?

766


Do we use stored procedure in ADO.Net?

683


What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)

696


What is disconnected data?

704