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
How to pass values into a datatable?
What is data access pattern?
What is basic use of data view?
What is ole db query?
What is the difference between executequery and executenonquery?
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 does entity framework work?
Which ado.net object is very fast in getting data from the database?
What is difference between sqldatareader and sqldataadapter?
What is the difference between ado.net and oledb?
Which object needs to be closed?
What is the difference between data reader and data adapter?
How is entity framework different from ado.net?
How to identify the controls which can be used for binding data?