Subject Re: [firebird-php] auto commited DML commands from PHP 4.3
Author Michal Žeravík
Alan McDonald wrote:

>>Hi there,
>>
>>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
>>
>>
>>
>
>every php page which opens a connection will start an implicit transaction -
>when the page compltes successfully the transaction will be commited
>automatically
>if there's a php exception - you get rollback
>
>
What is php exception?
When php script throw error?
Or I break the script manually from browser?
Does php(4) will do auto commit or rollback after php script finishes?


>all this is overridden by your use of explicit transactions
>Alan
>
>
well, I can manage my explicitly opened transaction.

Thank you.
Michal


[Non-text portions of this message have been removed]