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 131192 - "execute command" not working on connected db resource
Summary: "execute command" not working on connected db resource
Status: RESOLVED DUPLICATE of bug 130869
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All Linux
: P1 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-26 15:45 UTC by kawazu428
Modified: 2008-03-26 17:31 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 kawazu428 2008-03-26 15:45:03 UTC
Stumbled across this in build 200803251204:

- choose a "Database" in "Services", select "connect"
- specify user credentials and choose "ok"
- see the database as "connected" in the "Databases" list
- do right-click / "execute command" on the database resource

By then, things are like this:
- The "Connection:" entry on top of the SQL window is empty. Trying to choose the previously connected db resource in
there fails, leaving the field empty.
- The "run sql" button is greyed out.
- Selecting text, doing right-click / "run selection" makes the IDE tell me to please choose a valid database connection
first. Unfortunately, I can't, as stated earlier. 

At the moment, so, running SQL commands on some database in NetBeans is unusable.


Product Version: NetBeans IDE Dev (Build 200803251204)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Linux version 2.6.24-12-generic running on i386; UTF-8; de_DE (nb)
Userdir: /home/kr/.netbeans/dev-6.1
Comment 1 David Vancouvering 2008-03-26 17:31:19 UTC
This should be fixed now, please verify, and if it still is a problem, reopen 130869.

Thanks,

David

*** This issue has been marked as a duplicate of 130869 ***