Adobe
9A0-127 · Question #39
You want to use the component Art.cfc to represent entities within the table Art in the datasource artGallery using the ColdFusion ORM. This datasource refers to a MySql database. What must you do…
The correct answer is B. set this.ormEnabled = "true". See the full explanation below for the reasoning.
Question
You want to use the component Art.cfc to represent entities within the table Art in the datasource artGallery using the ColdFusion ORM. This datasource refers to a MySql database. What must you do in Application.cfc?
Options
- Aset Application.ormEnabled = "true"
- Bset this.ormEnabled = "true"
- Cset this.dataSource = "artGallery"
- Dset this.ormSettings = {dialect="MySql", savemapping="true"}.
How the community answered
(54 responses)- A4% (2)
- B85% (46)
- C9% (5)
- D2% (1)
Community Discussion
No community discussion yet for this question.