What is main five diffrent between Connected And
Disconnected environment
Answer Posted / chowdary
Data Reader:-
Data Reader is a read only and forward only data
You can access one table at a time.
Data reader cant persist the data.
Data Reader is connected architecture.
Data Reader is faster than Data Adapter
Data Reader is faster than dataset operation
Data Set:
Data Set is disconnected architecture.
Data Set is persist the data.
You can access more than one table
Data Set is main for storage tool in ADO.Net
| Is This Answer Correct ? | 70 Yes | 20 No |
Post New Answer View All Answers
Explain the different row versions available in table?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
Does ado.net use odbc?
What are the different ado.net namespaces are available in .net?
What is namespace in ado.net?
What DataReader class do in ADO.NET ?
What does executequery return?
What is the default provider in ado.net?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
What are all components of ADO.Net data provider?
how can implement dropdownlist in particular of dataset when try to update?
Explain how to pass multiple tables in datasets simultaneously?
How we can provide data to ado.net?