Adobe
9A0-127 · Question #82
Your application has the following query which is invalid: <cftry> <cfquery datasource="goodphoto" name="test"> SELECT * FROM ... </cfquery> <cfcatch type="any"> </cfcatch> </cftry> Which variable…
The correct answer is C. cfcatch.detail. See the full explanation below for the reasoning.
Question
Your application has the following query which is invalid:
<cftry> <cfquery datasource="goodphoto" name="test"> SELECT * FROM ... </cfquery> <cfcatch type="any"> </cfcatch> </cftry> Which variable contains a string that describes the cause of the error?
Options
- Acfcatch.message
- Bcfcatch.type
- Ccfcatch.detail
- Dcfcatch.errorCode
How the community answered
(44 responses)- A18% (8)
- B9% (4)
- C70% (31)
- D2% (1)
Community Discussion
No community discussion yet for this question.