can we have multiple datatables in a datareader ?
Answer Posted / vaidyanathan r.
No. DataReader can hold only one record at a time. And it
can read the records in forward-only manner.
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
Which architecture does Datasets follow?
What is ado full form?
What is different between sqlcommand object and command behavior object?
What is ado asp?
How to pass multiple tables in datasets simultaneously?
Describe connection object in ado.net
How is entity framework different from ado.net?
What are the types of databinding?
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?
How can we add relation between tables in a dataset?
Describe datareader object of ado.net with example.
Explain which name space is used to get assembly details?
What is connection in ado.net?
How to retrieve the user id which is provided while windows authentication?
What is linq and entity framework?