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
What are the classes in System.Data.Common Namespace?
How to pass multiple tables in datasets simultaneously?
What is ado and dao?
What is data control techniques?
List the 4 common ado.net namespaces?
Does sqlclient and oledb class share the same functionality?
Which database is the ado.net sql connection object designed for?
What is serialization and de-serialization in .net?
What are the data access namespaces in .NET?
How will you fill the gridview by using datatable object at runtime?
What is the difference between Optimistic and Pessimistic locking?
What is aggregating data ?
What are all components of ADO.Net data provider?
How would you connect to database using .NET?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?