Subject | Re: [IB-Java] Re: connection setAutoCommit(true) does not auto commit |
---|---|
Author | Joachim Van der Auwera |
Post date | 2001-10-29T23:12:13Z |
> > It seems that it does not have any effect for setAutoCommit(true).This can't be correct behaviour. According to the JDBC 3.0 spec, on p62
> > It will not commit even I setAutoCommit(true).
(chapter 10), bottom paragraph, it says "the default is for auto-commit mode
to be enabled when the Connection object is created".
So if I interpret this right, the standard says that auto-commit has to
exist and be on by default.
Joachim Van der Auwera