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
What is the full form of ado?
What are the Features of a dataset
What are the data access namespaces in .NET?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What are the methods of XML dataset object?
Command objects uses, purposes and their methods.
What are all the commands used with Data Adapter?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the Features and disadvantages of dataset
What is Dataset Object?
Can you explain how to enable and disable connection pooling?
What are the different row versions available in table?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
How to retrieve the user id which is provided while windows authentication?
What is an ado connection?