What?s the role of the DataReader class in ADO.NET connections?
Answer Posted / santosh
Data reader is belongs to connecting architectutre.It read
the the data in forward direction.It retrive data from
database through sqlcommand.It is faster as comapre to data
Adupter in disconnecting architecture.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is two way data binding android?
What is the difference between sqldatareader and sqldataadapter?
How is entity framework different from ado.net?
Define partial class?
Why is it important to close an ado.net application?
What are the steps you will take to improve performance?
What does executequery return?
What is the difference between Command and CommandBuilder object?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Give few examples of datareader that is used in different dataproviders.
What is executequery?
Does entity framework use ado.net?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
How to pass values into a datatable?
Define Execute Reader?