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
What are all the different methods under sqlcommand?
How to find the given query is optimised one or not?
What is defaultview in datatable?
Explain ODP.net
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What are the features of ado.net?
What are all the commands used with Data Adapter?
What is Data view?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What are the benefits of using of ADO.NET in .NET 4.0?
What is the difference between Data adaptor and Data set?
Which object holds only data and does not interact with data source?
What are advantages of microsoft-provided data provider classes in ado.net?
What are the essential features of ado.net?
What is different between sqlcommand object and command behavior object?