Which method do you invoke on the DataAdapter control to load your generated dataset with data ?
Correct answer: C. Fill( )
- A. DataBind
- B. DataList
- C. Fill( )
- D. Load ( )
Explanation
The DataAdapter's Fill method executes the select operation and places the returned rows into a DataSet or DataTable. DataBind is for connecting controls to already available data, not for loading a DataSet.
Last updated
Practise Database Systems
49 free Database Systems MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.
Exams that ask Software Engineering questions like this
Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.
Related questions
Which of the following 4GLs invented at IBM and subsequently adopted by ANSI and ISO as the standard language for managing structured data?
The records of each patient that is receiving or has received treatment resembles which security concept ?
Who designs and implement database structures ?
ETL stands for____________________?
Which of the following is a data problem ?