What is main five diffrent between Connected And
Disconnected environment
Answer Posted / vivek
connection oriented: means when ever we get the data the
connection must be exist with backend.we can't be
independent of backend.In connection oriented we cant get
tables or data from different backends.
Ex:select * from emp ->from oracle
select * from dept ->from sql
the above two statement execution is not possible in
connected oriented.
physical binding with backend is compulsary.
where as in disconnected orinted getting data doesn't
require connection open.by itself it looses the connection.
the advantage here is independent of backend we can make
the modifications independent of backend. Binding with
backend question doen't araises.
we can get data or tables from different databases we can
establish relations among them irrespective of from where
they have come.
| Is This Answer Correct ? | 27 Yes | 5 No |
Post New Answer View All Answers
Which is faster sqldataadapter and sqldatareader?
List the 4 common ado.net namespaces?
What is ado asp?
What is ado.net full form?
What is ole word?
How to add an aggregate column?
What is ado object model?
What is the use of adodc?
Where is adodb dll located?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is the difference between typed and untyped dataset?
What is data relation?
What is disconnected scenario in entity framework?
What are the namespaces used in ado.net for data access?
How to work with disconnected data - the dataset and sqldataadapter?