Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / ansu kuamr
we invoke
dataadapter.update(dataset)
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What are the data providers in ADO.NET framework?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
Why do we need ado.net?
What are the difference between readonly vs. Const?
How to connect and retrieve data from database using dataset
Describe the disconnected architecture of ADO.NET’s data access model.
What is the use of adodc?
What you mean by filtering of data?
Which is better ole db or odbc?
Explain how can we load multiple tables in to dataset?
What is untyped dataset?
What are the namespaces used in ADO.Net to connect to a database?
What is a string variable?
Which name space is used to get assembly details?
Is ado.net an orm?