Subject | Re: [firebird-php] auto commited DML commands from PHP 4.3 |
---|---|
Author | Michal Žeravík |
Post date | 2004-11-24T19:51:46Z |
Alan McDonald wrote:
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?
Thank you.
Michal
[Non-text portions of this message have been removed]
>>Hi there,What is php exception?
>>
>>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
>
>
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 transactionswell, I can manage my explicitly opened transaction.
>Alan
>
>
Thank you.
Michal
[Non-text portions of this message have been removed]