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