Subject Re: Transaction Parameter Block Options
Author Roman Rokytskyy
> 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,

But what handle should I pass into isc_dsql_exec2?

> not after a select.

This I can detect and commit retaining after all rows are fetched
(JDBC requirement). Though, if I detect this, I can also detect
updates. So this is half-baked solution.

Roman