What is main five diffrent between Connected And
Disconnected environment
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
WHAT IS DIFF B/W VIEWS AND STORED PROCEDURE
How do we invoke queries from the application ?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
explain connection less and with connection?diference between data reader,data set,data adapter? can we use data reader,data set in a single application? if yes explain with simple code,if no explain?
Give an example that shows how to execute a stored procedure in ado.net?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What does datareader object do?
What is the usage of the dataset object in ado.net?
What is XML serialization
How xml files and be read and write using dataset ?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
What is disconnected architecture in ado.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)