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 the advantages and disadvantages of using datalist?
What is the difference between data reader and data adapter?
What is an ado?
What is sqldatareader in ado.net?
What providers does Ado.net uses?
What is ole in vb?
What is the functionality of data provider in ado.net?
Define different execute methods of ADO.NET command object ?
What are the 3 major types of connection objects in ado.net?
What is ado.net tutorial?
What is ado in agriculture?
What is DataRowCollection?
Do we use stored procedure in ADO.Net?
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?)
What is disconnected data?