Subject Re: [firebird-php] Rollback of set of updates
Author masotti
Lester Caine ha scritto:
> But how do people handle holding a transaction open -
> CAN we in PHP?
>
>
AFAIK no. Transaction are closed (committed or rollback) at the end of
the script. Docs are clear about that.
Workaround are:
1) Temporary tables (connection persistence)
2) $_SESSION superglobal
Don't know other methods.

Ciao.
Mimmo.