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
What is dataset and datatable in ado.net?
What is the namespaces being used to access oracle database?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What are the difference between readonly vs. Const?
What is ado recordset?
How can we check that some changes have been made to dataset since it was loaded?
What is the difference between sqlcommand and sqldataadapter?
What is ole used for?
What is ado.net connection?
What are basic methods of dataadapter?
What is partial class?
Explain how do you connect to sql server database without using sqlclient?
Which is faster datareader or dataadapter?
What is difference between ado and other data object?
What is sqlconnection and sqlcommand?