Subject | Re: Transaction Parameter Block Options |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-04-11T20:44:27Z |
> It appears that autocommit works only with retaining transactions,What is the difference to the commit retain without autocommit then?
> and performs the autocommit only after a deleted, insert, post,
> transact request (= execute procedure), or update. When a
> retaining transaction commits, another one is automatically
> created.
Only that tx ID remains the same?
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 :)
Roman