Product:
CF 7 BugHunt
User:
Anonymous
[
Switch Product
]
CFUG:
None
Add and View Bug Comments at the bottom of the Element.
Title:
CFTRANSACTION documentation bug
BugID:
1046
Date Opened:
18-Oct-01
Created By:
Joe Rybacek
Type:
CF Studio
Element/Element:
CFTRANSACTION documentation
Severity:
Cosmetic Change
Status:
New/Unvalidated
Adobe BugID:
Description of bug:
CF Studio documentation gives an example of a CFTRANSACTION statement that does not work. This is because the CFTRY command complains that it wants the CFCATCH to come immediately before the ending CFTRY command. One way to fix this in the documentation, would be to use multple CFTRY and CFCATCH commands for every query. That way the CFTRY command can be nested within the CFTRANSACTION commands.
Comments:
Documentation States: <CFTRY> <CFTRANSACTION> <CFCATCH> </CFCATCH> <CFCATCH> </CFCATCH> </CFTRANSACTION> </CFTRY> One way of correcting: <CFTRANSACTION> <CFTRY> <CFCATCH> </CFCATCH> </CFTRY> <CFTRY> <CFCATCH> </CFCATCH> </CFTRY> </CFTRANSACTION>
--->
A D D Y O U R C O M M E N T S T O T H I S B U G
Please login to add comments to a bug
C O M M E N T S
Comment display is being revamped. We apologize for the delay.
Comment
[Christina Lamkin] [ ]
I've added this to the queue to be verified and fixed. Thanks.
Comment
[Rory Plaire] [ ]
The only thing I would add is to also leave the cftry there and put a <cfcatch type=all> for general failures at the end of the cftry block.