Re: [PHP3] Transactions in Oracle From: Tim Zickus (infoz <email protected>)
Date: 11/30/99

> 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>