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 provider ado.net use by default? Explain the role of data provider in ado.net?
What is disconnected scenario in entity framework?
What is the difference between Datareader and Dataset?
What is data control techniques?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is a data control clerk?
What are the core objects of ADO.NET?
What is ado object model?
What are the different methods available under the sqlcommand class to access the data?
Define different execute methods of ADO.NET command object ?
What are the namespaces used in ado.net for data access?
What is a control toolbox?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
How to pass values into a datatable?
How can we load multiple tables in to dataset?