Subject Re: [Firebird-Java] commit retain / rollback retain
Author Roman Rokytskyy
unordained wrote:
> Does Jaybird offer any way to commit or rollback retaining, and keep result sets open, without
> using the "holdability" flag?

Not directly. You can execute "COMMIT RETAIN" via the same connection.

Roman