can we have multiple datatables in a datareader ?
Answer Posted / kumar vaibhav
No, We can not have multiple datatables in Datareader
instead we can have multiple datatables in DataSet
| Is This Answer Correct ? | 5 Yes | 23 No |
Post New Answer View All Answers
What are datareaders?
What is the difference between typed and untyped dataset?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What is disconnected data?
Why do we need ado.net?
Is bulk insert faster than insert?
What are the ado.net objects?
What are the advantages of using datalist?
How to pass multiple tables in datasets simultaneously?
How does ado.net work?
What is the difference between data grid and data repeater?
What are the data access namespaces in .NET?
Explain how do you connect to sql server database without using sqlclient?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What does adodb stand for?