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
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What connected data?
Define connection string?
What is ado data control?
How to read data with the sqldatareader ?
What is ado.net architecture?
What is ado full form?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
Give few examples of datareader that is used in different dataproviders.
Explain the basic use of "dataview" and explain its methods.
What are the different ado.net namespaces?
Do you use stored procedure in ado.net?
Can datareader hold data from multiple tables?
Does ado.net use odbc?
Which method is used to sort the data in ADO.Net?