What is main five diffrent between Connected And
Disconnected environment
Answer Posted / sandyni
Dataset is disconnected method where Datareader treated as
connected method.
Connected methods gives faster performance where as
disconnected get low in speed and performence.
connected can hold the data of single table, where as
disconnected can hold multiple tables of data.
Disconnected are the forward only and readonly objects
where as connected or not.
| Is This Answer Correct ? | 113 Yes | 135 No |
Post New Answer View All Answers
What are the benefits of ADO.NET?
Is entity framework better than ado.net?
What are the connected and disconnected modes in ado.net?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
What are the advantages of using datalist?
Which database is the ado.net sql connection object designed for?
What is disconnected architecture in ado.net?
What is variable view?
What is difference in record set and dataset?
What is csdl entity framework?
What is aggregate root?
What is connection pooling and what is the maximum pool size in ado.net connection string?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is an ado?
What is difference between executenonquery and executequery?