When trying code i catch exception and do a tx.abort() when an error occurs. But when the error is caused by an SQLException during tx.commit() all changes done are written to the database...
this is a real problem for me. Shouldn't the db-commit be "all or nothing" (rc5, postgres). -Gunnar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
