Joey Krabacher
Member since Dec 11, 2008
- Profile: /members/459-joey-krabacher.htm
- URL: http://webinjectedsoul.com
- Comments: 3
Recent Blog Comments By Joey Krabacher
-
Application.cfc OnRequest() Method Affects OnError() Arguments
Posted on Mar 23, 2009 at 6:45 PM
not sure what the difference is, but i will have to investigate a little. The application.cfc i am using does not have an OnRequest() and the ARGUMENTS.EXCEPTION.RootCause struct _is_ there, however if i extend that cfc and put my own OnError handler in the cfc that is extending the main one the AR... read more »
-
OOPhoto - Handling Database Transactions With Ease
Posted on Sep 23, 2008 at 6:34 PM
@Ben, Good point. I will have to agree with you on that one.... read more »
-
OOPhoto - Handling Database Transactions With Ease
Posted on Sep 23, 2008 at 5:54 PM
@Ben, FYI - I was testing cftransaction with and without the cftransaction action="rollback" inside of the cfcatch block and it did not work without it. In other words it did not rollback the records when the insert query bombed out. Maybe just wrapping the query blocks with cftransaction works in... read more »