|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2002-06-16 14:16 UTC] sander@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 14:00:01 2025 UTC | 
Sorry, but previous msg has bad e_mail ! Hi! The thing is I can't rollback transaction during Oracle 7.3.3 connection. I tried: $conn=ora_logon("scott","tiger"); ora_commitoff($conn); $curs=ora_open($conn); ora_parse($curs,"insert ..."); ora_exec($curs); ora_rallback($conn); ora_close($curs); ora_logoff($conn); And my database had new line ! Then I tried: $conn=ora_logon("scott","tiger"); $curs=ora_open($conn); ora_parse($curs,"set autocommit off"); ora_exec($curs); ... But Oracle returns parsing error... May be I do somthing wrong ??? OS: SCO Unix PHP: 3.0.9