can we have multiple datatables in a datareader ?
Answer Posted / vivek
we can not have multiple databases in datareader
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which is the feature of ado.net?
Which object needs to be closed?
What is data adapter in ado.net with example?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What do you know about ADO.NET's objects and methods?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
How to pass multiple tables in datasets simultaneously?
What are the parameters that control most of connection pooling behaviors?
What is aggregating data ?
What are all the different authentication techniques used to connect to MS SQL Server?
Which is faster ado.net or linq?
What is a control toolbox?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
Which is faster dataset or datareader?
Give few examples of datareader that is used in different dataproviders.