can we have multiple datatables in a datareader ?
Answer Posted / mayank jain
Yes we can have...
for that datareader have "NextResult" method. by using we
can use the multiple table.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Explain why edit is not possible in repeater?
What Is Difference Between Ado And Ado.net?
How would you connect to a database by using .NET?
What is difference between executenonquery and executequery?
Which is faster entity framework or ado.net?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
How we can provide data to ado.net?
How do you connect to sql server database without using sqlclient?
How can we check that some changes have been made to dataset since it was loaded?
How many major types of connection objects in ADO.NET?
How can we serialize the dataset object?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
Which control of the BindingNavigator returns the current position within the data source?
How can you add or remove rows from the datatable object of dataset?
How to perform sorting on a table in ADO.NET?