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 dataset and datatable in ado.net?
What is Data Provider?
Why do we need ado.net?
What is difference between dataset and datatable?
how we can fire event in databound coulm in datagfrid withot using button?
Explain how to pass multiple tables in datasets simultaneously?
How to generate a single aggregate?
What is disconnected architecture in ado.net?
What is aggregate root?
Explain the namespaces in which .net has the data functionality class.
What are the steps you will take to improve performance?
What is datasource in ado.net?
What is ado recordset?
What is the use of connection object in ado.net?
What is oledb driver?