can we have multiple datatables in a datareader ?
Answer Posted / suhel sadat
No we can't, multiple datatables can be used in dataset.
| Is This Answer Correct ? | 10 Yes | 40 No |
Post New Answer View All Answers
Explain the basic use of "dataview" and explain its methods.
What are the benefits of ADO.NET?
What are the core objects of ADO.NET?
What are the methods of XML dataset object?
What is a column variable?
What are the key events of sqlconnection class?
What is typed dataset ?
What is ado.net components?
Describe ado.net object model in detail.
Does sqlclient and oledb class share the same functionality?
What is the difference between ado.net and oledb?
What is connection pooling and what is the maximum pool size in ado.net connection string?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
How can we check that some changes have been made to dataset since it was loaded?
Which keyword is used to accept variable number of parameters?