can we have multiple datatables in a datareader ?
Answer Posted / yuri
The question itself is incorrect. A data reader is a stream
of data, while a data table is a fixed structure. Having
said that, a data reader has one or more schema tables which
are of type DataTable. I suppose the correct question would
be: "can one data reader read from multiple SELECT
statements" and the answer to that question is YES.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is the difference between a datareader and a dataset?
Define bubbled event?
What is difference in record set and dataset?
What are the differences between OLEDB and SQLClient Providers?
What we do with the object of ado.net dataset after using it?
How do you merge 2 datasets into the third dataset in a simple manner?
What are the major challenges in accessing data from a database?
What is the provider being used to access oracle database?
What is ado.net tutorial?
Explain the basic use of "dataview" and explain its methods.
What are the benefits of using of ADO.NET in .NET 4.0?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What are the core objects of ADO.NET?