AUTO COMMIT
Specifying AUTO COMMIT
enables auto-commit mode for the transaction.In auto-commit mode, Firebird will internally execute the equivalent of COMMIT RETAIN
after each statement execution.
Caution
|
This is not a generally useful auto-commit mode;the same transaction context is retained until the transaction is ended through a commit or rollback.In other words, when you use For |