What?s the role of the DataReader class in ADO.NET connections?
Answer Posted / satyambabu
the data reader on the other hand is directly connected to
the database management syatem .it is passess the all
quries to database managemant system,which execute them and
returns the result back to the application.
datareader no maintain the buffer
it is used to small number of operations
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What does sqldatareader return?
Explain which name space is used to get assembly details?
What is two way data binding android?
Define data adapter?
What is datasource in ado.net?
How can we add/remove row's in "datatable" object of "dataset"?
Why do we serialize data?
Explain the architecture of ado.net?
What is a control toolbox?
What is the purpose of using adodb?
What are the steps to connect to a database?
How to Read, Add, Update and Delete record in Entity Framework ?
What is the usage of the dataset object in ado.net?
What is a datagridview?
How will you fill the gridview by using datatable object at runtime?