Subject Re: Big ResultSet
Author Roman Rokytskyy
> Is there a way to create connections in my connection pool with
> autocommit off? Or do I have to set it off for each one after they
> are created? eg in SAP you can specify it in the connection
> string...

You have to set for each one after they are returned from pool. It is
not possible to specify this behaviour in connection string.

Roman