Hi y'all, I'm using iBatis.net 1.5.1 with an Oracle 9 database. I have a simple unit test that inserts a row into a database and tries to roll it back. Why isn't the rollback function working for me? Do I have to change my configuration somewhere to tell it not to autocommit? My code looks just like the example code in the manual.
I'm dead new at this so forgive me for stupid questions. Much thanks, Dustin

