can we have multiple datatables in a datareader ?
Answer Posted / sridhar para
we can not have multiple dataTables in a datareader but we
can have multiple reuslt Sets in a datareader.
We can have multiple dataTables in a dataset.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is basic use of data view?
What are the steps you will take to improve performance? Will you use dataset or datareader?
Explain what are the steps to connect to a database?
What is difference between datareader and dataadapter?
How to add a check box or a dropdown list to a column in a datagrid?
What is ole db and odbc?
Explain the overview of ado.net architecture?
What is the role of the dataset object in ado.net?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
How to Read, Add, Update and Delete record in Entity Framework ?
Do you use stored procedure in ado.net?
What do you know about ado.net's objects?
How to check if the Dataset has records ?
How to aggregating data across related tables?
How to store data in memory?