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
Difference between sqlcommand and sqlcommandbuilder?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
Which property is used to check whether a DataReader is closed or opened?
Is ado.net an orm?
Define ado.net?
What is the usage of the dataset object in ado.net?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What are the drawbacks of using ado.net?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What is a column variable?
What is the use of adodc?
What is the difference between DataReader and DataSet in ADO.NET?
What is ado object model?
What is the difference between connected and disconnected environment?
Explain the difference between ado and ado.net?