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
What is the significance of CommandBehavior.CloseConnection ?
What are the data access namespaces in .NET?
What are the different methods by which we can populate a dataset?
What are the methods of XML dataset object?
What are all the different authentication techniques used to connect to MS SQL Server?
What are all features of ADO.Net?
Some important instruction regarding ADO.NET connection string ?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
How to add an aggregate column?
What is the hierarchy of data in databases?
How do you merge 2 datasets into the third dataset in a simple manner?
Give an example that shows how to execute a stored procedure in ado.net?
What are basic methods of dataadapter?
What is the provider being used to access oracle database?
What is maximum pool size in ado.net connection string?