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 provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
Which is faster entity framework or ado.net?
Define the data provider classes that is supported by ado.net?
What is ado in agriculture?
What is the difference between the clone() and copy() methods of the dataset class?
If we are not returning any records from the database, which method is to be used?
What are three methods for displaying data in a syncfusion datagrid
What is the maximum pool size in ado.net connection string?
Does ado.net use odbc?
Explain the difference in an abstract class and an interface?
What are the steps you will take to improve performance?
What is sqldatasource?
What is aggregating data ?
What is the difference between executenonquery () and executescalar ()?
What is ado object model?