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 170181 - Allow creating database in various places in the UI
Summary: Allow creating database in various places in the UI
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-11 10:45 UTC by Petr Jiricka
Modified: 2013-08-01 12:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2009-08-11 10:45:55 UTC
Currently, creating a new database is not a very straightforward operation. It is available only from one place in the
UI; there are many more places in the workflow where it would be useful to be able to create a database.

For example: 
1. The New Connection dialog (Databases node -> New Connection...) should have the ability to create a new database
2. In the SQL editor, the connection selection combo box should have a "create database" option (or at least a "create a
connection" option).
3. There should be a Run action on SQL files (see issue 71231), which should allow to run the SQL file not only on
existing connection, but should allow to create new connections and databases.

If case 1 is covered, then cases 2 and 3 can be addressed by just adding a "new connection" option to these places.
Comment 1 Jiri Rechtacek 2009-10-16 14:12:50 UTC
Reassigned to new owner.