can we have multiple datatables in a datareader ?
Answer Posted / vaidyanathan r
The DataReader may read multiple data tables(I am not
sure). But it cant hold them. There is a difference between
Reading and Holding
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Can datareader hold data from multiple tables?
What is ado.net architecture?
What do you mean by ‘batch updates’?
How can we load multiple tables in to dataset?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What are the pre-requisites for connection pooling?
Explain the various objects in dataset.
What are all features of ADO.Net?
What is the purpose of using adodb?
How does entity framework work?
How to maintain the relation between two tables in ADO.NET?
What is basic use of data view?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
How can I retrieve two tables of data at a time by using data reader?
What are the main differences between classic ado and ado.net?