What is main five diffrent between Connected And
Disconnected environment
Answer Posted / sanjip yadav
connection:data is current and update.
connection may,sometime,lead to network
it does not allow to multiple application to simultaneously interact with the data source.
its not improve the Scalability and performance OF application
we can directly use
its allow to multiple application to simultaneously interact with the data source.
its not improve the Scalability and performance OF application
we can not directly use
multiple user are updating to data to data source
data is not always up to data as no connection is establist wid the data source
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain how to call the sql commands asynchronously in ado.net version 2.0?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What is ado full form?
What is ado.net in vb net?
Define connection string?
What is typed dataset ?
Does sqlclient and oledb class share the same functionality?
What is difference between connected and disconnected architecture in ado.net?
How to read data with the sqldatareader ?
What is data adapter in ado.net with example?
What is ole data type?
What are typed and untyped dataset?
What is the use of SqlCommand object?
What are all components of ADO.Net data provider?
What is full form of ado?