Subject RE: [firebird-support] Is there transaction logging in FireBird?
Author Alan McDonald
> Hi Everyone,
>
> I'm using embedded Firebird for my .NET 2.0 project
> and was wondering if there is a 'transaction log' that
> is kept inside the .fdb file?
>
> If so, is there a way to turn off transaction logging
> from .NET 2.0 provider or inside the SP?
>
> The reason I ask is because I use some tables to
> temporary store A LOT of data and I'm not using
> transactions in those cases.
>
> Thank you in advance,
> Vlad

external tables are not under transaction control. otherwise the answer is
no - all activity in FB is under transaction control.
Alan