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


Please Help Members By Posting Answers For Below Questions

What is ole in excel?

522


How to connect and retrieve data from database using dataset

540


What is the current version of entity framework?

485


Can datareader hold data from multiple tables?

677


What are the advantages and disadvantages of using datalist?

531






Some important instruction regarding ADO.NET connection string ?

544


What is an ado?

524


What is Serialization in .NET? what are the types of Serialization?

555


The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx

1572


What is the difference between ado.net and oledb?

483


Explain the difference between ado and ado.net?

507


What are the advantages of ado.net?

509


How to identify the updated rows in a dataset?

521


What are all features of ADO.Net?

552


Explain how do you connect to sql server database without using sqlclient?

480