On 12/14/05, Sean Corfield <[EMAIL PROTECTED]> wrote:
> Well, there is a very strong argument for saying that transactions are
> part of a higher tier than basic data access code and that you
> *should* code them separately - from a design point of view. Data
> access is typically atomic (and can / should be testable in
> isolation). Transactions are almost always a business tier issue.

I agree, so why doesn't cf support this natively? One should be able to say:-

     <cftransaction retrycount="5">
           <!-- my transaction, however complex, goes here -->
     </cftransaction>


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226970
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to