Subject Re: [IB-Java] Re: connection setAutoCommit(true) does not auto commit
Author Joachim Van der Auwera
> > It seems that it does not have any effect for setAutoCommit(true).
> > It will not commit even I setAutoCommit(true).

This can't be correct behaviour. According to the JDBC 3.0 spec, on p62
(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