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
Which is faster ado.net or linq?
Is bulk insert faster than insert?
Explain the difference between an ado.net dataset and an ado recordset?
What are dataproviders?
Which is faster entity framework or ado.net?
Explain the two fundamental objects in ado.net?
Define Execute Reader?
What is data reader in ado.net?
What is sql command in ado net?
What are the various methods provided by the DataSet object to generate XML?
What is the difference between linq and ado.net?
Compare Data Reader & Dataset in ado.net?
How do you update a dataset in ado.net?
How do you update database through dataset?
Is it possible to load multiple tables in a Dataset?