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
Describe connection object in ado.net
What is the difference between Datareader and Dataset?
Explain the difference in an abstract class and an interface?
What is the difference between executequery and executenonquery?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is data access pattern?
What is the difference between ADO and ADO.Net?
What are the pre-requisites for connection pooling?
What is the hierarchy of data in databases?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What is the provider being used to access oracle database?
What is ado rdo dao in visual basic?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is ole used for?
What is openrowset?