Subject Re: [firebird-support] Firebird and transactions question
Author W O
Your friend is right. Everything in Firebird is doing into a transaction. And that is a something very, very good.

Greetings.

Walter.



On Thu, Nov 28, 2013 at 11:18 AM, <heineferreira@...> wrote:
 

Hi
I friend of mine recently told me that you should do everything in Firebird in the context of a transaction. If you are only inserting/updating/deleting one record then surely you don't need a transaction. Or if you only do one DDL change then surely you don't need a transaction? I can understand if your transaction involves multiple records or multiple DDL changes.

Thanks
H.F.