Guys, I am looking for some jdbc transaction mechanism. I dont want to user JTA. Here is my problem: I need to make two inserts into two different tables.
I need to execute both inserts in same transaction. If the first is ok but second fails then the first insert must roll back. Is there any way in jdbc you can control the transaction and roll back?