Subject | Re: [firebird-support] Transactions in Firebird |
---|---|
Author | Ann W. Harrison |
Post date | 2010-07-09T22:11:53Z |
sqlsvr wrote:
execute in the same transaction until you commit it or roll it back.
Starting transactions explicitly makes their boundaries obvious to the
next person who tries to extend your code.
Good luck,
Ann
>From the documentation, every query executed against Firebird will be automatically put in a transaction.Clarity. Unless you specify that you want autocommit, all statements
>
> So, is there any point in declaring a transaction from the application layer
> (a .NET web application in this case using the Firebird Native Provider)?
execute in the same transaction until you commit it or roll it back.
Starting transactions explicitly makes their boundaries obvious to the
next person who tries to extend your code.
Good luck,
Ann