Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / francis
use the Fill method of the DataAdapter control and pass the
dataset object as an argument to load the generated data.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Why is stored procedure used in ado.net?
What is the provider being used to access oracle database?
How do you connect to sql server database without using sqlclient?
Which method in OLEDBAdapter is used to populate dataset with records?
What is an orm, and why would you use one instead of plain old ado.net?
What do you know about ADO.NET's objects and methods?
Define the executescalar method?
What does ado stand for in ado.net?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What is difference between entity framework and ado.net?
What do you know about ado.net's objects?
What is the default provider in ado.net?
What does executereader return?
What does executequery return?
Explain sqlconnection object?