Does cftransaction return anything??

2000-10-04 Thread j p
I need to be able to tell if the transaction block rolled back or committed...is there a way to do this??? Programatically NOT by looking in the db. JP _ Get Your Private, Free E-mail from MSN Hotmail at

Re: Does cftransaction return anything??

2000-10-04 Thread Gregory Harris
Typically if a CFTRANSACTION block rolls back, an exception is generated as well, aborting the entire page, unless of course you are using CFTRYCFCATCH statements to grab and handle the transaction. If you are, you could tell exactly what went wrong and attempt to correct (of course proper