Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Why DataReader is Forward Only?

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


Please Help Members By Posting Answers For Below Questions

What is the current version of entity framework?

1020


What are ado.net objects?

1202


How to enable and disable connection pooling?

1109


What are the core objects of ADO.NET?

1089


What are the parameters that control most of connection pooling behaviours?

1119


Explain the advantages and disadvantages of using datalist?

1113


Describe ado.net object model in detail.

1054


Which is faster sqldataadapter and sqldatareader?

979


What are disadvantages of microsoft-provided data provider classes in ado.net?

1091


What is serialization and de-serialization in .net? How can we serialize the dataset object?

1017


What is difference between executenonquery and executequery?

1022


How to perform sorting on a table in ADO.NET?

1079


If we are not returning any records from the database, which method is to be used?

1370


Explain the difference in record set and dataset?

996


What is dao and ado?

974