What is the difference between connected environment and a
disconnected environment?
Answers were Sorted based on User's Feedback
Answer / neha
Connected:
In connected environment, the connection object is
constantly opened to operate on the databases, and is closed
after all the operation are performed.
Advantages: fast retrieval of data, updated information is
always accessed
Disadvantage: security threats
Disconnected:
In the disconnected environment, the connection object is
opened for the minimum amount of time, that is, the time
when data is retrieved. After the data is retrieved from the
database, the connection is closed, and all the operations
like INSERT, UPDATE, DELETE, etc are performed offline. The
change during the operation can be reflected back to the
database in the similar manner.
Advantage: no security threats, increase in performance as
connection is not constantly opened.
Disadvantage: slow data retrival.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / pavithra
In connected,an application is constantly connected to data
source.
advantages :
data concurrency is avoided because one user is connected
to a data source and updating data,while another user cant
made changes on data.
In disconnected environment ,application isnt directly
connected to data source.user use connection at once to
retrieve data and connection closed after retreiving.
limitation:
data concurrency.
| Is This Answer Correct ? | 4 Yes | 3 No |
How to Handle the exceptions in Sqlsrver2000
How to retrieve the user id which is provided while windows authentication?
What do you know about ADO.NET's objects and methods?
what is the syntax code for oldb to connect oracle
What are two types of transaction supported by ado.net?
What is the use of adodc?
Do you use stored procedure in ado.net?
How do you update a dataset in ado.net and how do you update database through dataset?
What is the difference between oledb sql server and oledbdotnet provider?
What is sql connection in ado.net?
Why is stored procedure used in ado.net?
What is row state?
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)