There's this code in an application...
<CFTRANSACTION>
<CFX_Something...>
<CFQUERY...>
INSERT INTO...
</CFQUERY>
<CFSCRIPT>
StructUpdate(..., ..., ...);
</CFSCRIPT>
</CFTRANSACTION>
Is there any point in having the CFTRANSACTION? I thought CFTRANSACTION only
affected database queries.
If the CFX failed, it wouldn't get to the CFQUERY. And if the CFSCRIPT
failed, it would have already done the INSERT anyway, even with the
CFTRANSACTION... yes?
Thanks
--
Aidan Whitehall <[EMAIL PROTECTED]>
Netshopperuk
Telephone +44 (01744) 648650
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists