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


Please Help Members By Posting Answers For Below Questions

Which method in OLEDBAdapter is used to populate dataset with records?

561


What is the difference between a datareader and a dataset?

518


What is namespace in ado.net?

500


What is a dataview?

539


Why do we need ado.net?

544






What are the different ado.net namespaces?

624


Some important instruction regarding ADO.NET connection string ?

544


Is it possible to edit data in Repeater control?

531


Explain what are acid properties?

542


What are the different layers of ado.net?

520


How to maintain the relation between two tables in ADO.NET?

540


What is difference between executenonquery and executequery?

472


What is basic use of data view?

512


Explain the namespaces in which .net has the data functionality class.

535


What are disadvantages of microsoft-provided data provider classes in ado.net?

506