MB6-704 · Question #65
You need to display data on a new form. What should you do?
The correct answer is A. Add a data source and create a design. A form data source is the database query, table, or view that a form uses to retrieve the data that is displayed by the form. The data source also defines a connection to the Application Object Server (AOS) that the form can use to create, update, or delete database records. A…
Question
You need to display data on a new form. What should you do?
Options
- AAdd a data source and create a design.
- BAdd a data source and set a caption.
- CAdd a data source and create a method.
- DAdd a form part and set a caption.
How the community answered
(38 responses)- A71% (27)
- B8% (3)
- C3% (1)
- D18% (7)
Explanation
A form data source is the database query, table, or view that a form uses to retrieve the data that is displayed by the form. The data source also defines a connection to the Application Object Server (AOS) that the form can use to create, update, or delete database records. A data design element (controls) displays data on a form. Not B: A data source has no caption.
Topics
Community Discussion
No community discussion yet for this question.