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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Fri Dec 27 14:01:29 2024 UTC