can we have multiple datatables in a datareader ?
Answer Posted / ratnam
Yes. We can have multiple data tables in a datareader. You
can read the reuslt with datareader.NextResult method.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is basic use of data view?
What is DataReader Object?
What is different between sqlcommand object and command behavior object?
Command objects uses, purposes and their methods.
Which namespaces are used for data access?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is the difference in an abstract class and an interface?
What is partial class?
What does ado stand for?
What are the several execute methods of ado.net?
What are the parameters that control most of connection pooling behaviors?
What are typed and untyped dataset?
What is a data control clerk?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
Explain the difference between sqlcommand object and command behavior object?