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 good ado.net object to replace to ado recordset object.
What is difference between ado and other data object?
How to perform sorting on a table in ADO.NET?
What is the difference in record set and dataset?
What is ole access?
What are basic methods of dataadapter?
Explain the difference between sqlcommand object and command behavior object?
What are the usages of the command object in ado.net?
What is a dynaset in access?
What is the difference between Data adaptor and Data set?
What is the role of the dataset object in ado.net?
What is adodb dll?
Which control of the BindingNavigator returns the current position within the data source?
Some important instruction regarding ADO.NET connection string ?
Define executenonquery?