What is main five diffrent between Connected And
Disconnected environment

Answers were Sorted based on User's Feedback



What is main five diffrent between Connected And Disconnected environment..

Answer / sanjip yadav

connection:data is current and update.
connection may,sometime,lead to network
it does not allow to multiple application to simultaneously interact with the data source.
its not improve the Scalability and performance OF application
we can directly use

its allow to multiple application to simultaneously interact with the data source.
its not improve the Scalability and performance OF application
we can not directly use
multiple user are updating to data to data source
data is not always up to data as no connection is establist wid the data source

Is This Answer Correct ?    5 Yes 0 No

What is main five diffrent between Connected And Disconnected environment..

Answer / neha

1.Connected: It works when connection object is opened.
Disconnected: It works regardless of the connection object
state (opened or closed doesnot matter).

2.Connected: It can retrieve data from single table only.
Disconnected: It can retrive data from multiple tables.

3.Connected: The data persists even after the shutdown of
application.
Disconnected: The data doesnot persist after the application
closure, as it was all programmatic.

4.Connected: We get the updated data always.
Disconnected: The data we retrieve is not guaranteed to be
updated.

5.Connected: Fast access to the data.
Disconnected: Slow access to data.

6.Connected: It is useful in the scenarios where data is
updated rapidly, for eg, stock market.
Disconnected: It is useful in the scenarios where data is
not updated usually, for eg, school database, where data is
changed after one year only.

Is This Answer Correct ?    5 Yes 0 No

What is main five diffrent between Connected And Disconnected environment..

Answer / kanchan yangandual

In Simple Words the meaning of connected and disconnected Architecture is 

Connected architecture:
Which have to be live 

Disconnected architecture:
Which do not have to be on live 

Is This Answer Correct ?    1 Yes 0 No

What is main five diffrent between Connected And Disconnected environment..

Answer / banshi

5 Big differences b/w Con/Disconnected Architecture are :
1. Connected Architecture Require a Existing Server whenever
it needs to operate whereas Disconnected requires only a
single time, while fetching data.
2.DataSets,Datatable and Relationships can be maintain
during runtime whereas in Connected Architecture it can't.
3.Connected architecture is faster if there is a toy
operation whereas Disconnected can be perform thousands of
operation without contacting server.
4.Disconnected architecture gives better speed than
connected(If there is More requesting Clients)
5.Datareader is Faster but in Compare Hundred operation it
will surely slow. whereas disconnected gives faster in this case

Is This Answer Correct ?    2 Yes 4 No

What is main five diffrent between Connected And Disconnected environment..

Answer / sandyni

Dataset is disconnected method where Datareader treated as
connected method.

Connected methods gives faster performance where as
disconnected get low in speed and performence.

connected can hold the data of single table, where as
disconnected can hold multiple tables of data.

Disconnected are the forward only and readonly objects
where as connected or not.

Is This Answer Correct ?    113 Yes 135 No

Post New Answer

More ADO.NET Interview Questions

What are the Features and disadvantages of dataset

0 Answers   Microsoft,


What are the advantages using ado.net?

0 Answers  


What is Pooling? what is data pooling? what is sql pooling?

3 Answers   TCS,


What is a sqldataadapter?

0 Answers  


What is ole db query?

0 Answers  






Difference between ADO and ADO.net ?

11 Answers   Accenture, BirlaSoft, College School Exams Tests, Krest, Red Apple,


Why is ADO.NET serialization slower than ADO ?

0 Answers   NA,


Execute nonquery returns no. of afected rows.So if my stored procedure hav lot of select stmnt, delete stmnt, insert stmnt..then what does execute nonquery returns in this case?

6 Answers   Wipro,


Where do you store connection string ?

3 Answers   Digital GlobalSoft,


Explain the differences between oledb sql server, oledbdotnet provider?

0 Answers  


What is ado recordset?

0 Answers  


What are two types of transaction supported by ado.net?

0 Answers  


Categories