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
How can we add/remove row's in "datatable" object of "dataset"?
What is bubbled event can you please explain?
What is a serialized object?
What are all the different authentication techniques used to connect to MS SQL Server?
What is the difference between a datareader and a dataset?
What do you know about ADO.NET's objects and methods?
What is the use of sqldatareader class?
Do you use stored procedure in ado.net?
What is difference between ado.net and asp net?
What is the DataTableCollection?
How do you merge 2 datasets into the third dataset in a simple manner?
What is ado.net in vb net?
Can we load multiple tables in a dataset?
How to aggregating data across related tables?
differences between ADO and ADO.NET