Subject | Re: [Firebird-Java] Connection Pools and Autocommit |
---|---|
Author | Roman Rokytskyy |
Post date | 2006-03-08T12:56:50Z |
> is there any way to set up a pool so that autocommit is off for allNo. Specification requires to return connection with auto-commit set,
> connections?
_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