Subject | Re: Transaction Parameter Block Options |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-04-11T21:30:27Z |
> I think the autocommit that's currently built-in is not appropriateBut what handle should I pass into isc_dsql_exec2?
> for JayBird or other interfaces that expect autocommit because it
> applies only after changes to the database,
> 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