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
What is data relation?
How to read data with the sqldatareader ?
How to create dynamic gridview?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What are the pre-requisites for connection pooling?
What is difference between sqldatareader and sqldataadapter?
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?
How is entity framework different from ado.net?
What is data adapter in ado.net with example?
If we are not returning any records from the database, which method is to be used?
What is the maximum pool size in ado.net connection string?
What is an example of ordinal data?
What is the difference between linq and ado.net?
What do you mean by ‘batch updates’?
What is variable view?