At 8:18 PM +0200 10/20/07, Jesper Krogh wrote: >AutoCommit => 1 and txn_do does not give me the option to intentionally >do a ROLLBACK, does it? Yes it does. Just throw an exception (die) in your code block passed to txn_do when you would otherwise have explicitly called rollback. -- Darren Duncan