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
5.
Connected: Forward only, and Read Only
Disconnected: Scollable
6.
Connected:Handle single table at a time
Disconnected: Handle multiple table at a time
7.
Connected: Not persisted
Disconnected: Persisted
| Is This Answer Correct ? | 29 Yes | 3 No |
Post New Answer View All Answers
What are the core objects of ADO.NET?
What is the difference between Data adaptor and Data set?
What is the namespaces being used to access oracle database?
Why edit is not possible in repeater?
Which property is used to check whether a DataReader is closed or opened?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
Explain the different row versions available in table?
What is difference in record set and dataset?
How can we load multiple tables in to dataset?
What is microsoft ado?
What is ado data control?
How can we add relation between tables in a dataset?
What is a string variable?
What is connected architecture in ado.net?
What is aggregate root?