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

How do you filter the data in datagrid?

2 Answers   Apps Lab, Choice Solutions,


What is commandbuilder in ado.net?

0 Answers  


What is sql connection in ado.net?

0 Answers  


What is difference between executequery and executeupdate?

0 Answers  


What is sqldatareader in ado.net?

0 Answers  






What two types of data providers does ADO.NET supply? What determines which one you should use?

0 Answers   CDC,


What is the difference between typed and untyped dataset?

0 Answers  


can anybody show me the structure of ADO.NET

1 Answers  


how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

0 Answers  


What is ole db query?

0 Answers  


can we create synonymn in ms access,sql server,my sql if so explain me with example

0 Answers  


What is ado.net full form?

0 Answers  


Categories