Answer Posted / vrushali
DataReaader is connected object and one can process the
rows that are returned by query, one at a time. It discards
every row after you have gone through it and so it is
extremely fast.It contains only read-only data, so no
updates are allowed using DataReader
objects.
Is This Answer Correct ? | 51 Yes | 3 No |
Post New Answer View All Answers
Explain how to create dynamic gridview?
Which is faster sqldataadapter and sqldatareader?
What is the difference in record set and dataset?
What does sqldatareader return?
What is the difference between sqlcommand and sqldataadapter?
Why do we need ado.net?
What are the objects of ado.net?
What is the difference between executequery and executenonquery?
What are the parameters that control most of connection pooling behaviours?
Which keyword is used to accept variable number of parameters?
Explain sqlconnection object?
What is the advantage of ado.net?
Which database is the ado.net sql connection object designed for?
What are the differences between OLEDB and SQLClient Providers?
How to create data relations?