Why DataReader is Forward Only?

Answer Posted / rahul singhal

datareader execute data from table one by one at each
calling of it.and to fetch next value from database it
contains pointer value(index) of next value . thats why if
is forward only. in the oops concept it works on the concept
of one-way linklist

Is This Answer Correct ?    23 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference in record set and dataset?

529


Why is it important to close an ado.net application?

526


What are the different row versions available in table?

524


What is difference between executequery and executeupdate?

496


What is sql command in ado net?

497






What is aggregating data ?

505


Why is stored procedure used in ado.net?

544


How do you implement locking concept for dataset?

541


Explain the advantage of ADO.Net?

551


What are the classes in System.Data.Common Namespace?

697


Explain sqlconnection object?

530


Define isolation?

526


What is sqldatareader in ado.net?

497


Compare Data Reader & Dataset in ado.net?

538


What is difference between datareader and dataadapter?

542