On Sunday, Dec 8, 2002, at 15:20 US/Pacific, Marius Milosav wrote: > It's a known problem. cfunctions are not transaction aware, meaning > the any > query inside a cffunction will be automatically committed\rollback .
That's not quite true. If you have a cftransaction with a single function call, it works fine. If you call other functions that perform database operations, then cftransaction is not honored. I've been bitten by this too... "I have always wished that my computer would be as easy to use as my telephone. My wish has come true - I no longer know how to use my telephone." -- Bjarne Stroustrup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

