Can I use One Data Set for More than one Data Adapter?
Answer Posted / kumar
No...
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the data providers in ADO.NET framework?
What are the methods of XML dataset object?
Is entity framework better than ado.net?
What is an ado?
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 is sql connection in ado.net?
What are the essential features of ado.net?
Can datareader hold data from multiple tables?
What is the provider being used to access oracle database?
What is the difference between executenonquery () and executescalar ()?
What is data access pattern?
Explain the overview of ado.net architecture?
Explain how can we load multiple tables in to dataset?
Which property is used to check whether a DataReader is closed or opened?
Which keyword is used to accept variable number of parameters?