Subject | Transactions - NO AUTO UNDO from PHP scripts. |
---|---|
Author | maxdayala |
Post date | 2011-04-08T20:33:21Z |
Hi All.
For performance reasons I'd like to experiment with using the NO AUTO UNDO option for transactions.
Reference:
http://www.firebirdsql.org/refdocs/langrefupd20-set-trans.html#langrefupd20-set-trans-no-auto-undo
Looking at the PHP API my guess is that this feature can't be used. (Currently I'm using PHP 5.2.x, but I presume that there is no difference when using PHP 5.3.x.) Can anyone confirm this is the case. If so, I was figuring that I could maybe get round this by calling a command line script from within a PHP script to do the same thing.
Regards,
Max
For performance reasons I'd like to experiment with using the NO AUTO UNDO option for transactions.
Reference:
http://www.firebirdsql.org/refdocs/langrefupd20-set-trans.html#langrefupd20-set-trans-no-auto-undo
Looking at the PHP API my guess is that this feature can't be used. (Currently I'm using PHP 5.2.x, but I presume that there is no difference when using PHP 5.3.x.) Can anyone confirm this is the case. If so, I was figuring that I could maybe get round this by calling a command line script from within a PHP script to do the same thing.
Regards,
Max