What?s the role of the DataReader class in ADO.NET connections?
Answer Posted / santosh
Data reader is belongs to connecting architectutre.It read
the the data in forward direction.It retrive data from
database through sqlcommand.It is faster as comapre to data
Adupter in disconnecting architecture.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain the difference between sqlcommand object and command behavior object?
What is ado.net in mvc?
Describe the disconnected architecture of ADO.NET’s data access model.
Explain the architecture of ado.net?
How can we save all data from dataset?
What are the different row versions available in table?
Define ado.net?
What are the advantages using ado.net?
Define different execute methods of ADO.NET command object ?
Explain the advantages and disadvantages of using datalist?
What is disconnected data?
Does ado.net use odbc?
What does datareader object do?
What is datasource in ado.net?
What does executenonquery () method return?