Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2002091

[PHP-DB] Bug using Interbase/Firebird in combination with shared memory From: Nils Groges (noctamid <email protected>)
Date: 09/04/02

Hello,

i have a php skript that does some calculations and write the result to
a firebird database. All works fine, but as soon as i put this line into
the skript:

        $shmid = shm_attach (12345, 10000, 0600);

i get this error message:

        Warning: InterBase: attempted update during read-only transaction

so i cannot write to the database anymore. Select statements still works
fine.

This seems to bee a bug 'cos the shared memory is not concerned to the
firebird insert action. These are two completly different things.

Any suggestions.Tanks

Bye
Nils

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php