|
From: Rajib P. <raj...@gm...> - 2008-01-21 12:16:08
|
hi Friends,
i have made jdbc connection with oracle .
i have three tables.
i have to insert data all three tables.
suppose i have inserted records to first table.
during insertion of second table i got error, or any kind or error i
catch ,
it should rollback the the previous insertion on table one.
how to set Autocommit false ?
how to set or create Savepoint ?
how to rollback updation ?
thanks.
|