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 is sqldatareader in ado.net?
how can implement dropdownlist in particular of dataset when try to update?
What are the various methods provided by the DataSet object to generate XML?
What connected data?
What is untyped dataset?
Describe the command object and its method.
What is the difference between oledb sql server and oledbdotnet provider?
What is row state?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What are the disadvantages of using datalist?
What is Data view?
What is typed dataset ?
What is dao and ado?
Does dapper use ado.net?
How do I delete a row from a DataTable?