What is main five diffrent between Connected And
Disconnected environment
Answer Posted / banshi
5 Big differences b/w Con/Disconnected Architecture are :
1. Connected Architecture Require a Existing Server whenever
it needs to operate whereas Disconnected requires only a
single time, while fetching data.
2.DataSets,Datatable and Relationships can be maintain
during runtime whereas in Connected Architecture it can't.
3.Connected architecture is faster if there is a toy
operation whereas Disconnected can be perform thousands of
operation without contacting server.
4.Disconnected architecture gives better speed than
connected(If there is More requesting Clients)
5.Datareader is Faster but in Compare Hundred operation it
will surely slow. whereas disconnected gives faster in this case
Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the difference between OLEDB Provider and SqlClient?
What is the executescalar method?
What is the difference between DataReader and DataSet in ADO.NET?
How can we load multiple tables in a dataset?
What are three methods for displaying data in a syncfusion datagrid
What are the features of ado.net?
What is acid in ado.net?
What is the use of sqldatareader class?
How can we check that some changes have been made to dataset since it was loaded?
Command objects uses, purposes and their methods.
Define connection string?
how Sequence to connect and retrieve data from database using dataset?
Which keyword is used to accept variable number of parameters?
What is the difference between sqlcommand and sqldataadapter?
What is linq and entity framework?