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
How will you fill the gridview by using datatable object at runtime?
What are the difference between readonly vs. Const?
What is datasource in ado.net?
What is commandbuilder in ado.net?
What are the Features and disadvantages of dataset
Explain the role of data provider in ado.net?
What is execute reader in ado.net?
What is the difference between oledb sql server and oledbdotnet provider?
What is ado or jdbc?
What Is Difference Between Ado And Ado.net?
What is a control toolbox?
What provider ado.net use by default? Explain the role of data provider in ado.net?
What is ado connection?
How to add a check box or a dropdown list to a column in a datagrid?
How to store data in memory?