php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #20422 transaction function to MSSQL server
Submitted: 2002-11-14 03:41 UTC Modified: 2002-11-30 01:00 UTC
Votes:1
Avg. Score:2.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: thf at cs dot vabo dot cz Assigned:
Status: No Feedback Package: Feature/Change Request
PHP Version: 4.2.3 OS: LINUX
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: thf at cs dot vabo dot cz
New email:
PHP Version: OS:

 

 [2002-11-14 03:41 UTC] thf at cs dot vabo dot cz
I need function for MSSQL server for transaction, like mssql_tran, mssql_commit, mssql_rollback. Thank you very much for your work on this problem. It?s will be important function for me .....

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-14 03:42 UTC] derick@php.net
What is wrong with running a query like mssql_query("BEGIN TRANSACTION") ?
 [2002-11-14 03:48 UTC] thf at cs dot vabo dot cz
because I need test after each query, if it OK or not. If I have a PHP code for ex. Interbase I write
ibase_tran();
ibase_query();
......
ibase_commit();

and It's all
 [2002-11-30 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC