Partners & Affiliates














[PHP-DEV] Bug #1796 Updated: Feature wish: sql transactions for Sybase db/ct interface From: Bug Database (php-dev <email protected>)
Date: 09/04/99

ID: 1796
Updated by: riffraff
Reported By: dzoni <email protected>
Status: Closed
Bug Type: Feature/Change Request
Assigned To:
Comments:

Sybase implements transactions in it's TransactSQL and
doesn't require any special calls to manage them. just
use SQL commands "BEGIN TRANSACTION", "COMMIT TRANSACTION"
and "ROLLBACK TRANSACTION" with standard sybase_query().

Full Bug description available at: http://bugs.php.net/?id=1796

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>