Re: Is statement.executeBacth() a transaction?
- From: Lew <lew@xxxxxxxxxxxxx>
- Date: Fri, 31 Oct 2008 08:49:51 -0700 (PDT)
George wrote:
Is it necessary to put the rollback() there to guarantee the integrity
of the database or is the transaction (one commit) already guarantee
that? In another word, is the rollback function of the transaction
built-in in the jdbc's commit or do I need to implement it manually?
You have to explicitly call either 'commit()' or 'rollback()' to
terminate the transaction.
--
Lew
.
- Follow-Ups:
- Re: Is statement.executeBacth() a transaction?
- From: George
- Re: Is statement.executeBacth() a transaction?
- References:
- Is statement.executeBacth() a transaction?
- From: George
- Re: Is statement.executeBacth() a transaction?
- From: Lew
- Re: Is statement.executeBacth() a transaction?
- From: George
- Re: Is statement.executeBacth() a transaction?
- From: Lew
- Re: Is statement.executeBacth() a transaction?
- From: George
- Re: Is statement.executeBacth() a transaction?
- From: Lew
- Re: Is statement.executeBacth() a transaction?
- From: George
- Is statement.executeBacth() a transaction?
- Prev by Date: Re: Is statement.executeBacth() a transaction?
- Next by Date: Re: 7.0 wishlist?
- Previous by thread: Re: Is statement.executeBacth() a transaction?
- Next by thread: Re: Is statement.executeBacth() a transaction?
- Index(es):
Relevant Pages
|