Date: 11/30/99
- Next message: François Rossignol: "Re: [PHP3] rrrrrrrrrrr........"
- Previous message: Henry M. Allsworth: "RE: [PHP3] Killing a PHP NT process"
- In reply to: Amit: "[PHP3] Transactions in Oracle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> How does php3 handle transactions.
> Does the web server/ scheduler OS prempt the series of oracle statements
> that constitute a transaction in Oracle.
The transactions auto-commit after each statement. There is a function in
the Oracle interface to change this behavior, I believe.
Using a stored procedure might be another way to accomplish this.
- Tim
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: François Rossignol: "Re: [PHP3] rrrrrrrrrrr........"
- Previous message: Henry M. Allsworth: "RE: [PHP3] Killing a PHP NT process"
- In reply to: Amit: "[PHP3] Transactions in Oracle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

