What is main five diffrent between Connected And
Disconnected environment
Answer Posted / srikar
Data-reader:
It is connection oriented.
It is faster.
It is Read only,we can't update the data.
it access one table at at a time.
Data set:
It is dis_connection oriented.
it is slower compare to Data-reader.
It access more one table at a time.
We can update data also.
| Is This Answer Correct ? | 48 Yes | 13 No |
Post New Answer View All Answers
Explain what are the steps to connect to a database?
What is DataRowCollection?
How do you connect to sql server database without using sqlclient?
What is microsoft ole db provider for sql server?
What are the namespaces used in ado.net for data access?
How to pass values into a datatable?
What is data access pattern?
Which name space is used to get assembly details?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is commandbuilder in ado.net?
What is execute reader in ado.net?
What are the different ado.net namespaces are available in .net?
What are all components of ADO.Net data provider?
What is ado.net in mvc?
What is dbcontext and dbset in entity framework?