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
How to pass multiple tables in datasets simultaneously?
What are the classes in System.Data.Common Namespace?
How can we add/remove row's in "datatable" object of "dataset"?
How does entity framework work?
How is it possible to get 2 tables of data at a time by using data reader?
Explain the difference between an ado.net dataset and an ado recordset?
Which is the best method to get two values from the database?
Which method is used to sort the data in ADO.Net?
Define different execute methods of ADO.NET command object ?
What are dataproviders?
What is connection pooling and what is the maximum pool size in ado.net connection string?
How to Read, Add, Update and Delete record in Entity Framework ?
Explain the overview of ado.net architecture?
Why is it important to close an ado.net application?
What are the methods of XML dataset object?