Answer Posted / gaytriom
ataReader to retrieve a read-only, forward-only stream of data
from a database. Results are returned as the query executes,
and are stored in the network buffer on the client until you
request them using the Read method of the Data Reader.
data Reader read value from table and return all value only
one table at a time.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What are the differences between clr & cts?
Explain the significance of routing? : asp.net mvc
Why do we need a web application session?
What does the .webpart file do?
Are cookies stored on server or client?
What is the use of session state and application state and difference between them?
What is the function of new view engine in asp.net? : asp.net mvc
What are the asp.net server side objects?
What is difference between ispostback and autopostback in asp net?
Explain diff. Betn dataset and recordset?
What is the significance of ASP.NET routing?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
How long do session variables last?
What is the difference between dispose() and finalize()?
What is form submit?