ctyankeeinok
MIS
I have inherited some code that does not regulary employ a COMMIT when the work is done <groan>. There are many "naked" returns - the proc/function just ends. I know the transaction is committed by default, but when? The procs/functions are called via jdbc from a java program.