Answer Posted / sandyni
As we know that DataReader is connected architecture it
cannot persists the contents. it reads the contents one by
one record from the dataset until all the records completed.
The main thing is data reader uses pointers to fetch the
next record(index).hence these are the forward only objects
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Define the executescalar method?
What are advantages of microsoft-provided data provider classes in ado.net?
How to perform sorting on a table in ADO.NET?
What are the 3 major types of connection objects in ado.net?
What is a dataview?
What is ado rdo dao in visual basic?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
Explain how do you connect to sql server database without using sqlclient?
What is ado.net objects?
How do you find the count of records in a dataset?
What are all the classes that are available in System.Data Namespace?
What is difference between connected and disconnected architecture in ado.net?
How to identify the controls which can be used for binding data?
Why edit is not possible in repeater?
What are the ado.net components?