can we have multiple datatables in a datareader ?
Answer Posted / vaidyanathan r.
No. DataReader can hold only one record at a time. And it
can read the records in forward-only manner.
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
What is ado.net object model?
What is serialization and de-serialization in .net?
What is full form of ado?
Does entity framework use ado.net?
Which is faster ado.net or linq?
How do you merge 2 datasets into the third dataset in a simple manner?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
Explain what are the steps to connect to a database?
Which object of ado contains datarow datacolumn collection?
What provider ado.net use by default? Explain the role of data provider in ado.net?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is difference between datatable and dataset?
What are two important objects of ADO.Net?
What is ado.net in vb net?
What are the namespaces used in ado.net for data access?