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 is difference between datagridview and datagrid control in winforms?
What is oledb driver?
Which property is used to check whether a DataReader is closed or opened?
What does executenonquery () method return?
What are the essential features of ado.net?
What is the return type of executescalar?
What is the functionality of data provider in ado.net?
What is dataset and datatable in ado.net?
Which method in OLEDBAdapter is used to populate dataset with records?
can we create synonymn in ms access,sql server,my sql if so explain me with example
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
What are the benefits of using of ADO.NET in .NET 4.0?
What is ado in agriculture?
What is command class in ado.net?
What is sqlconnection and sqlcommand?