can we have multiple datatables in a datareader ?
Answer Posted / ratnam
Yes. We can have multiple data tables in a datareader. You
can read the reuslt with datareader.NextResult method.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What is execute scalar in ado.net?
What is basic use of data view?
What is dataset and datatable in ado.net?
What is openrowset?
What is the executescalar method?
What is connected architecture in ado.net?
Define isolation?
What are the namespaces used in ado.net for data access?
What is the difference between ado.net and entity framework?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is the use of sqldatareader class?
What is the meaning of executenonquery?
How can we save all data from dataset?
What is the difference in an abstract class and an interface?