What is main five diffrent between Connected And
Disconnected environment

Answer Posted / harikumar m

1.
Connected Uses: Data Provider(It Includes
Connection,DataCommand,DataReader)
Disconnected Uses: Data Set,Data Adapter

2.
Connected: Network traffic is high,poor in Performance
DisConnection: Network traffic is low,Good in Performance

3.

Connected: Data is up to date
Disconnected: Data is not up to date

4.
Connected: 'Join' can be used to relate two tables
Disconnected: DataRelations(a Class) can be used to relate
two tables

Is This Answer Correct ?    24 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is full form of ado?

544


How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?

530


What is difference between dataset and datatable?

519


How do you update a dataset in ado.net?

555


What are the major challenges in accessing data from a database?

541






What is connected architecture in ado.net?

532


Can we do database operations without using any of the ado.net objects?

539


What is bubbled event?

541


What are the methods of XML dataset object?

617


What are the rules to implement connection pooling?

513


How to identify the updated rows in a dataset?

528


List the 4 common ado.net namespaces?

699


Explain advantages of ado.net?

563


Explain all the classes those are used for database connections between sql server and asp.net?

511


What is ado circle?

669