Re: Behavior of Connection.commit()
- From: Joe Weinstein <joeNOSPAM@xxxxxxx>
- Date: Fri, 20 Jan 2006 10:16:40 -0800
Wes Clark wrote:
Actually, we call setAutoCommit(false) on the connection, we don't issue "SET IMPLICIT_TRANSACTIONS ON" via sql.
Whew, good. I'm sure you know how bad form it would be to mix transactional control between JDBC and DBMS-specific SQL. (I've seen it done!). Can you verify that you *always* call setAutoCommit(false) before calling commit()? thanks, Joe Weinstein at BEA Systems
.
- Prev by Date: Re: New JDBC Driver 1/19/06 & SSL ?
- Next by Date: Re: Behavior of Connection.commit()
- Previous by thread: Re: New JDBC Driver 1/19/06 & SSL ?
- Next by thread: Re: Behavior of Connection.commit()
- Index(es):