Subject Re: [firebird-support] Re: Transaction Parameter Block Options
Author Ann W. Harrison
Roman Rokytskyy wrote:
>
> Anyway, thanks for the information. Since I still do not understand
> how to use it in JayBird, I will use plain old isc_commit_transaction
> after each statement for Java autocommit then :)
>

I think the autocommit that's currently built-in is not appropriate for
JayBird or other interfaces that expect autocommit because it applies
only after changes to the database, not after a select.

Regards,


Ann