Subject R: [firebird-php] ZendX_Db_Adapter_Firebird & not seeing new records added by others
Author u.masotti@libero.it
Hi Tom,check your code, because PHP 5.+ explicitly activeted transactions need to be committed otherwise at the end of the script are rolled back.Only implicit transaction (i.e. without using ibase_trans) are committed.
Ciao.Mimmo.



----Messaggio originale----

Da: tomconlon7@...

ibase_trans(IBASE_DEFAULT, $this->_connection) to

ibase_trans( IBASE_WRITE|IBASE_COMMITTED|IBASE_WAIT, $this->_connection) but no difference.

[Non-text portions of this message have been removed]