Subject | RE: [firebird-php] auto commited DML commands from PHP 4.3 |
---|---|
Author | Alan McDonald |
Post date | 2004-11-23T09:20:40Z |
> Hi there,every php page which opens a connection will start an implicit transaction -
>
> where can I specify whether auto commit destructive commands
> while php script is finished with no transaction started.
> On 1.5.2 linux-nptl, php 4.3.9.
>
> Michal
>
when the page compltes successfully the transaction will be commited
automatically
if there's a php exception - you get rollback
all this is overridden by your use of explicit transactions
Alan