Subject Re: [Firebird-Java] Connection Pools and Autocommit
Author Roman Rokytskyy
> is there any way to set up a pool so that autocommit is off for all
> connections?

No. Specification requires to return connection with auto-commit set,
_unless_ you are working in managed environment and your connection is
enlisted in the global transaction. In this case application is not allowed
to manipulate the auto-commit setting.

Roman