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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does executereader return?

1039


What is ado connection?

1008


What is shadow copy?

1024


What is the maximum pool size in ado.net connection string?

993


What is the default timeout specified for "sqlcommand.commandtimeout" property?

1104


How can we serialize the dataset object?

1053


What is isolation?

1075


How can we add relation between tables in a dataset?

1047


How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?

1017


What is ado and rdo?

964


What is ole data type?

969


What are the major difference between classic ADO and ADO.NET?

1056


What is DataReader Object?

1097


Which database is the ado.net sql connection object designed for?

1089


What is the difference between ADO and ADO.Net?

1121