Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between connected environment and a
disconnected environment?

Answers were Sorted based on User's Feedback



What is the difference between connected environment and a disconnected environment?..

Answer / neha

Connected:
In connected environment, the connection object is
constantly opened to operate on the databases, and is closed
after all the operation are performed.
Advantages: fast retrieval of data, updated information is
always accessed
Disadvantage: security threats

Disconnected:
In the disconnected environment, the connection object is
opened for the minimum amount of time, that is, the time
when data is retrieved. After the data is retrieved from the
database, the connection is closed, and all the operations
like INSERT, UPDATE, DELETE, etc are performed offline. The
change during the operation can be reflected back to the
database in the similar manner.
Advantage: no security threats, increase in performance as
connection is not constantly opened.
Disadvantage: slow data retrival.

Is This Answer Correct ?    13 Yes 1 No

What is the difference between connected environment and a disconnected environment?..

Answer / pavithra

In connected,an application is constantly connected to data
source.
advantages :
data concurrency is avoided because one user is connected
to a data source and updating data,while another user cant
made changes on data.
In disconnected environment ,application isnt directly
connected to data source.user use connection at once to
retrieve data and connection closed after retreiving.
limitation:
data concurrency.

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More ADO.NET Interview Questions

Define partial class?

0 Answers  


What is the executescalar method?

0 Answers  


What is the hierarchy of data in databases?

0 Answers  


How to get oledb connection?

3 Answers  


Which is faster sqldataadapter and sqldatareader?

0 Answers  


Sequence to connect and retrieve data from database useig dataset ?

6 Answers   MMTS,


How do you merge 2 datasets into the third dataset in a simple manner?

0 Answers  


What is the usage of the dataset object in ado.net?

0 Answers  


If a table contains 20000 records. In a page at each time 100 records to be displayed.

0 Answers  


What are relation objects in dataset and how & where to use them?

1 Answers  


Describe ado.net object model in detail.

0 Answers  


What is openrowset?

0 Answers  


Categories