What is main five diffrent between Connected And
Disconnected environment
Answer Posted / harikumar m
1.
Connected Uses: Data Provider(It Includes
Connection,DataCommand,DataReader)
Disconnected Uses: Data Set,Data Adapter
2.
Connected: Network traffic is high,poor in Performance
DisConnection: Network traffic is low,Good in Performance
3.
Connected: Data is up to date
Disconnected: Data is not up to date
4.
Connected: 'Join' can be used to relate two tables
Disconnected: DataRelations(a Class) can be used to relate
two tables
Is This Answer Correct ? | 24 Yes | 7 No |
Post New Answer View All Answers
What is difference between executenonquery and executequery?
What is the difference between Datareader and Dataset?
What is ado.net objects?
How to add a check box or a dropdown list to a column in a datagrid?
What is the use of data grid?
How can you add or remove rows from the datatable object of dataset?
Which provider is used to connect ms access, oracle, etc…?
What is ole2 format?
What are the features of ado.net?
What is linq and entity framework?
What is an ADO.Net?
How can we check that some changes have been made to dataset since it was loaded?
What is the difference between Data adaptor and Data set?
How to check if the Dataset has records ?
What are the objects of ado.net?