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 datatable in ado.net?
What is the difference between Optimistic and Pessimistic locking?
What is the difference between Data adaptor and Data set?
Why do we use sqldataadapter?
Which is faster entity framework or ado.net?
Why do we need ado.net?
What is the difference between the clone() and copy() methods of the dataset class?
Define data adapter?
What is execute reader in ado.net?
What is openrowset?
What is Data view?
What is difference between datagridview and datagrid control in winforms?
Define ado.net?
What are the several execute methods of ado.net?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?