What?s the role of the DataReader class in ADO.NET connections?
Answer Posted / kamal
This is used to retrieve data from a data source in read-
only and forward-only mode
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is ambient transaction?
Does ado.net use odbc?
What are the features of ado.net?
Does sqlclient and oledb class share the same functionality?
Explain executenonquery?
How do I delete a row from a DataTable?
What is maximum pool size in ado.net connection string?
Which object of ado contains datarow datacolumn collection?
What connected data?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
How can I retrieve two tables of data at a time by using data reader?
Explain how to find the given query is optimised one or not?
What is dataset object? Explain the various objects in dataset.
How can we check that some changes have been made to dataset since it was loaded?
What is connection string?