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
Define bubbled event?
What is ado.net objects?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
Explain the difference in an abstract class and an interface?
Which is better entity framework or ado.net?
What is connected architecture in ado.net?
Explian About DataAdapters
What is bubbled event can you please explain?
What are the various methods provided by the DataSet object to generate XML?
What we do with the object of ado.net dataset after using it?
What is the difference between ado.net and entity framework?
What are advantages of microsoft-provided data provider classes in ado.net?
What is executenonquery ado.net?
What is ambient transaction?
What is the difference between oledb sql server and oledbdotnet provider?