Re: Stop SQL execution by disconnecting Database Connection ???
- From: "Ignacio Machin \( .NET/ C# MVP \)" <machin TA laceupsolutions.com>
- Date: Fri, 5 Oct 2007 15:57:22 -0400
Hi,
"Rinu Gopalakrishna Pillai"
<RinuGopalakrishnaPillai@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:DF8F72AA-B2BE-432A-B601-FA706FF48AE9@xxxxxxxxxxxxxxxx
Hi All,
I have a ASP/C# application that connect to Oracle database . After
issuing my SQL query if I close the browser or move into another page ( ie
whle executing in the databse serevr) will the SQL execution in server
continue or immediately stop.If it still continue how I can stop the
execution (by disconnecting the present database connection ???).
I'm not very sure of how it will work, but I'm pretty sure that the
execution will continue, up to the point where the engine is ready to start
sending back some response, at this point as the client broke the connection
it will get an error and most posibly discard the processing.
If you do not get a good answer here you should post this in other groups,
as the same apply no matter what language you are using.
.
- Prev by Date: Re: Generic delegate implementation question
- Next by Date: Re: Double-click a folder browser dialog?
- Previous by thread: Re: Stop SQL execution by disconnecting Database Connection ???
- Index(es):
Relevant Pages
|
Loading