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 find the given query is optimised one or not?
What are the advantages of oledb compared with other classes?
Compare Data Reader & Dataset in ado.net?
What is data adapter in ado.net with example?
Explain the differences between oledb sql server, oledbdotnet provider?
Is ado.net dead?
What is the difference between SqlCommand and SqlCommandBuilder?
What is commandbuilder in ado.net?
Explain what are the steps to connect to a database?
Why do we need ado.net?
What is the role of the dataset object in ado.net?
How we can provide data to ado.net?
What is DataReader Object?
What are datareaders?
How to read data with the sqldatareader ?