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 data relation?

672


How to read data with the sqldatareader ?

728


How to create dynamic gridview?

777


What is the difference between an ADO.NET Dataset and an ADO Recordset?

774


What are the pre-requisites for connection pooling?

714


What is difference between sqldatareader and sqldataadapter?

678


oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?

2119


How is entity framework different from ado.net?

675


What is data adapter in ado.net with example?

692


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

974


What is the maximum pool size in ado.net connection string?

684


What is an example of ordinal data?

711


What is the difference between linq and ado.net?

706


What do you mean by ‘batch updates’?

723


What is variable view?

656