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
What you mean by filtering of data?
How to load multiple tables into a dataset?
What are the major difference between classic ADO and ADO.NET?
What does executenonquery () method return?
What is ado.net in vb net?
What is the difference between Datareader and Dataset?
How to maintain the relation between two tables in ADO.NET?
Define the data provider classes that is supported by ado.net?
What is a dataview?
What is the use of adodc?
Define atomicity?
What is the use of Dataview?
What is Data view?
What we do with the object of ado.net dataset after using it?
How many major types of connection objects in ADO.NET?