Adobe
9A0-127 · Question #39
9A0-127 Question #39: Real Exam Question with Answer & Explanation
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"}.
Community Discussion
No community discussion yet for this question.