Subject | Re: [IBO] Instructions sequence (2nd post) |
---|---|
Author | Fabio Bot <fabiobot@yahoo.com.br> |
Post date | 2003-02-03T13:35:26Z |
> Because *anything* you can do with a Firebird DB (accessing itthrough
> the server, I mean :) must happen inside a transaction. That's theway
> FB works.Of course, but this transaction is the physical transaction that
exists and is active. The prepare method has opened this
transaction. (checked by if ib_transaction.started=true before and
after prepare)
The StartTransaction opens the logical transaction after the
physical transaction has started by the prepare method.
Regards,
Fabio.