What is the difference between connected environment and a
disconnected environment?
Answer Posted / 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 View All Answers
What are the core objects of ADO.NET?
What is the provider being used to access oracle database?
How can we load multiple tables in a dataset?
What is an orm, and why would you use one instead of plain old ado.net?
How to identify the controls which can be used for binding data?
What are the advantages and disadvantages of using datalist?
What is ado net stands for?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What DataReader class do in ADO.NET ?
Which object is used to add relationship between two Datatables?
Explian About DataAdapters
What is ado connection?
What are all components of ADO.Net data provider?
Define isolation?
Which method is used by command class to execute SQL statements that return single value?