Subject | Re: [Firebird-Java] default commit mode |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-12-16T13:29:49Z |
> I'm new to the list, and I'm not really a developer. The FirebirdI cannot tell you what is required in that framework, but JDBC specifies
> we're using seems to pile up a lot of uncommited transactions. I
> went through our application code, and I can see that they use
> salmonllc's sophia framework, which I suppose provides database
> abstraction among other things. I have however seen code like
> conn.beginTransaction() and conn.commit(), without any additional
> option/parameters. Would commit here be a hard commit, or commit
> retain (or any other?).
only one commit. At present time it uses, what you probably call "hard"
commit.
Roman