Answer Posted / manumole
A DataReader is a stream of data that is returned from a
database query. When the query is executed, the first row
is returned to the DataReader via the stream. The stream
then remains connected to the database, poised to retrieve
the next record. The DataReader reads one row at a time
from the database and can only move forward, one record at
a time. As the DataReader reads the rows from the database,
the values of the columns in each row can be read and
evaluated, but they cannot be edited.
Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
Which is the best method to get two values from the database?
What is ado.net components?
What is difference between ado.net and asp net?
Define data access layer?
Why do we serialize data?
What is the difference between ado.net and oledb?
How do I delete a row from a DataTable?
What is sql connection in ado.net?
Which database is the ado.net sql connection object designed for?
List the 4 common ado.net namespaces?
What are the steps you will take to improve performance?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
Does dapper use ado.net?
How to store data in memory?
What are dcl commands?