php-db | 2002091
Date: 09/04/02
- Next message: Raquel Rice: "Re: [PHP-DB] Database question"
- Previous message: Sascha Alexander Jopen: "[PHP-DB] pg_query creates wrong query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Raquel Rice: "Re: [PHP-DB] Database question"
- Previous message: Sascha Alexander Jopen: "[PHP-DB] pg_query creates wrong query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

