php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #1796 Feature wish: sql transactions for Sybase db/ct interface
Submitted: 1999-07-21 09:28 UTC Modified: 1999-09-04 21:48 UTC
From: dzoni at eunet dot yu Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 3.0.11 OS: Linux 2.2.10, RedHat 6.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dzoni at eunet dot yu
New email:
PHP Version: OS:

 

 [1999-07-21 09:28 UTC] dzoni at eunet dot yu
This is a feature request for adding interface functions
to php3 to enable use of sql transactions with sybase
database.

E.g. sybase_prepare, sybase_commit, sybase_rollback
etc..

It is verry important to have this kind of ability to
be able to use php for any serious information system
development, to be able use enterprize database engine
with a great development tool (php) to build gread web
based applications.

This is not an urgent requirement for me, I would be
happy enough if these features would be available in
the 4.0 RC releases or so.

You've done great job so far.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-04 21:48 UTC] riffraff at cvs dot php dot net
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().
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 10:01:32 2024 UTC