can we have multiple datatables in a datareader ?
Answer Posted / satya
Yes. We can have multiple data tables in a datareader. You
can read the reuslt with datareader.NextResult method.
| Is This Answer Correct ? | 46 Yes | 8 No |
Post New Answer View All Answers
What are the ado.net objects?
What is ado full form?
How can we load multiple tables in to dataset?
Explain how to find the given query is optimised one or not?
What we do with the object of ado.net dataset after using it?
What is the difference between Command and CommandBuilder object?
What is sqldatareader?
How to pass multiple tables in datasets simultaneously?
What is data relation?
Why is it important to close an ado.net application?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
How can you add or remove rows from the datatable object of dataset?
What are the main differences between classic ado and ado.net?
What is difference between dataset and datatable?
What you mean by filtering of data?