Subject Re: [firebird-support] Some performance problems.
Author Ann W. Harrison
Ariel Sakin wrote:

> The problem is I never do "BeginTransaction" in my program. So I don't
> 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.

Despite the fact that the activeTransaction is null, you are starting
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