This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 74184 - It is not posssible to kill Executing SQL Statements process
Summary: It is not posssible to kill Executing SQL Statements process
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
: 75425 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-03-30 09:02 UTC by Marian Mirilovic
Modified: 2007-08-09 16:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2006-03-30 09:02:37 UTC
NB Dev (200603291800), JDK 1.5.0_06 & JDK 6.0 

Steps to reproduce:
- add DB driver
- make connection to DB
- push Execute Command menu item
- write selection
- push Run SQL button from toolbar
- Executing SQL Statements process is opened and shown in the status bar
-> if the process is running long time, there is no possibility to kill the
process, the only one way is to restart IDE
Comment 1 Andrei Badea 2006-03-30 12:41:53 UTC
Limited support for cancelling the running statements has been added in the
release55 branch. The progress bar is cancellable, but it only guarantees that
the execution will stop when the currently executing statement finishes. It is
not guaranteed to stop the currently executing statement, since it is not
possible to safely do this.
Comment 2 Lukasz Grela 2006-08-30 08:50:44 UTC
v.
Comment 3 Andrei Badea 2007-08-09 16:42:34 UTC
*** Issue 75425 has been marked as a duplicate of this issue. ***