Fantastic.  Thanks. 

-----Original Message-----
From: James Holmes [mailto:[EMAIL PROTECTED] 
Sent: Saturday, February 11, 2006 12:41 PM
To: CF-Talk
Subject: Re: Isolating DB CRUD in CFC objects

If they are in one CFTRANSACTION tag pair, they should be rolled back
together (in versions 6.1 and above, anyway).

>From the fixed issues list:

49705 - cfquery tags used in CFCs did not participate in cftransaction
operations of the code that called them.

http://www.macromedia.com/support/coldfusion/releasenotes/mx/mx61_fixed_bugs
..html

On 2/11/06, Andy <[EMAIL PROTECTED]> wrote:
> I am considering isolating all of my database CRUD in CFC objects.  
> From previous posts, I understand that if I put two calls to an Update 
> method inside of a <CFTRANSACTION>, I failure of the second 
> transaction will not reverse the first transaction.  Is this correct?  
> If so, it seems that I need to have the CRUD operations at the Object 
> level, not the object component or table level.

--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232032
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to