Subject | Re: [firebird-support] Some performance problems. |
---|---|
Author | Ann W. Harrison |
Post date | 2005-11-18T15:52:11Z |
Ariel Sakin wrote:
transactions. All access to a Firebird database is through transactions
- including selects. If you don't explicitly start a transaction, one
is started for you.
Regards,
Ann
> The problem is I never do "BeginTransaction" in my program. So I don'tDespite the fact that the activeTransaction is null, you are starting
> have the option to commit as far as I understand.
> If I look at the FbConnection object, I see that the activeTransaction
> is always null.
transactions. All access to a Firebird database is through transactions
- including selects. If you don't explicitly start a transaction, one
is started for you.
Regards,
Ann