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 difference between ado.net and entity framework?
What connected data?
What are the advantages using ado.net?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What is Data Provider?
What are the differences between OLEDB and SQLClient Providers?
What is difference between Dataview and Datatable?
Can we connect two dataadapters to same data source using single connection at same time?
What is ado.net components?
What does ado stand for in ado.net?
Why do we use sqldataadapter?
What is the use of connection object in ado.net?
Explain the dataadapter class in ado.net?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
How can we perform transactions in .net?