Re: Transaction when client shutdown
From: Hugo Kornelis (hugo_at_pe_NO_rFact.in_SPAM_fo)
Date: 12/07/04
- Next message: mitra: "Re: Need help to modify my query"
- Previous message: Michael C: "Re: Stored Procedure as part of SELECT?"
- In reply to: David Gugick: "Re: Transaction when client shutdown"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 07 Dec 2004 01:21:24 +0100
On Mon, 6 Dec 2004 11:31:17 -0500, David Gugick wrote:
>Hugo Kornelis wrote:
>> On Fri, 3 Dec 2004 13:45:04 +0200, mttc wrote:
>>
>>> Hugo
>>>
>>> I'm sorry about late, I hope you see my respond.
>>> I check your scenario, and I find that you right.
>>> But I have another scenario. I build some stupid query
>>> On NorthWind to illustrate it:
>>
>> Hi mttc,
>>
>> Thanks for the illustration. I didn't realise that you were talking
>> about cancelling the query - I thought your questions were about
>> killing a process or dropping a connection.
>>
>> As your script shows (and David indicates), cancelling execution from
>> QA is doesn't kill the connection and doesn't kill the process, so
>> there is indeed no automati commit or rollback of open transactions.
>> The transaction remains open and any locks are held until the
>> transaction ends.
>>
>> Best, Hugo
>
>I always thought QA did the rollback for you. I guess I need to do some
>testing... back later with results.
Hi David,
I must admit it was an eye-opener to me as well. I also was under the
impression that cancelling execution in QA implies a rollback. I'm glad I
found it out THIS way! <g>
Best, Hugo
-- (Remove _NO_ and _SPAM_ to get my e-mail address)
- Next message: mitra: "Re: Need help to modify my query"
- Previous message: Michael C: "Re: Stored Procedure as part of SELECT?"
- In reply to: David Gugick: "Re: Transaction when client shutdown"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|