What is main five diffrent between Connected And
Disconnected environment
Answer Posted / pushpendra singh
1. Connected environment needs a constantly connection of
user to data source while performing any operation.
Dissconnected environment does not need any connection.
2..Only one operation can be performed at a time in
connected environment while in dissconnected multiple
operations can be performed.
3...DataReader is used in connected environment.
DataSet is used in dissconnected environment.
4... Connected environent is slower in speed.
Disconnected environment has a good speed.
5.....We get updated data in connected environment>
In disconnectes environment,thereis a problem of
dirty read.
Is This Answer Correct ? | 31 Yes | 11 No |
Post New Answer View All Answers
Describe briefly an ADO.NET Dataset ?
What is shadow copy?
What is row state?
What you mean by filtering of data?
What are the parameters that control most of connection pooling behaviours?
What providers does Ado.net uses?
What are the uses of Stored Procedure?
What is the difference between executequery and executenonquery?
How to generate a single aggregate?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
How can we load multiple tables in a dataset?
What are the key features of ado.net?
What is the advantage of ado.net?
What does datareader object do?
How to check if the Dataset has records ?