| Author |
Multiple inserts in same transaction
|
Martin Lira
Ranch Hand
Joined: May 26, 2004
Posts: 97
|
|
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? Thanks! Martin
|
 |
Shailesh Chandra
Ranch Hand
Joined: Aug 13, 2004
Posts: 1076
|
|
|
|
Gravitation cannot be held responsible for people falling in love ~ Albert Einstein
|
 |
 |
|
|
subject: Multiple inserts in same transaction
|
|
|