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 does executequery return?
What is an ado?
What is datasource in ado.net?
What is the use of ADO.NET and XML web services?
What is aggregating data ?
What are all the classes that are available in System.Data Namespace?
What does executenonquery () method return?
How to maintain the relation between two tables in ADO.NET?
How can we check that some changes have been made to dataset since it was loaded?
Does entity framework use ado.net?
Which provider is used to connect ms access, oracle, etc…?
How is it possible to get 2 tables of data at a time by using data reader?
How can we add/remove row's in "datatable" object of "dataset"?
can we create synonymn in ms access,sql server,my sql if so explain me with example
What is the executescalar method?