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 68991 - Improve the New Database Connection and Connect dialogs
Summary: Improve the New Database Connection and Connect dialogs
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks: 54568
  Show dependency tree
 
Reported: 2005-11-19 16:58 UTC by Andrei Badea
Modified: 2008-11-05 10:41 UTC (History)
2 users (show)

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 Andrei Badea 2005-11-19 16:58:20 UTC
The New Database Connection and Connect dialogs in NetBeans 5.0 have several
usability issues:

1. The Advanced tab is used to select the connection schema. When a new
connection is created if a schema with the same name as the user name is not
found in the database the Advanced tab is activated and the user is expected to
create a schema. OTOH if a schema with the same name as the user is found, the
new connection is created and the dialog is closed. The dialog unexpectedly
switching to the Advanced tab is not intuitive.

2. If the user wants to bypass the schema detection mechanism while creating a
new connection the process of connecting to the database must be invoked by
pressing the Get Schemas button in the Advanced tab. Otherwise if there is a
schema with the same name as the user in the database the user doesn't get a
chance to specify another schema. The flow therefore is: enter the database URL,
user name and password in the Basic setting tab, switch to the Advanced tab and
press Get Schemas button. At least this last step is not intuitive.

3. It is impossible to cancel the process of connecting to the database.
Pressing the Cancel button doesn't interrupt this process, instead it closes the
dialog.

4. When the user selects the option to remembed the password, it is difficult to
connect to another schema, since the Connect dialog is not displayed when
subsequently connecting to the database. There is also no dialog allowing to
turn this option off. The user has to open the Properties window in order to
change the schema and the remember password option.
Comment 1 ejvyas 2008-05-06 19:04:28 UTC
Add: Default database connection should be the last used one
Comment 2 sansan 2008-10-14 22:42:42 UTC
5. Can't save bad connection. If the new connection dialog failes, because the databse is not up and running or any
other is wrong, i can't save the connection information anyway. That is bad because i have to cancel the dialog and
retype the hole bunch again.
Comment 3 sansan 2008-10-14 22:44:19 UTC
5. Can't save bad connection. If the new connection dialog failes, because the databse is not up and running or any
other is wrong, i can't save the connection information anyway. That is bad because i have to cancel the dialog and
retype the hole bunch again.
Comment 4 sansan 2008-10-14 22:47:35 UTC
i can't select a driver by choosing it with the cursor keys. after selecting one, the focus from the DropDown Combobox
is lost
Comment 5 Roman Mostyka 2008-10-15 13:06:28 UTC
Since this issue contains several, but some of them were fixed (1, 2, 3) I close this issue as FIXED and will file
issues for not fixed.
Comment 6 Roman Mostyka 2008-10-15 13:07:37 UTC
Verified.
Comment 7 sansan 2008-11-05 10:41:51 UTC
"... will file issues for not fixed" 
ok, where are the unresolved issues? (nummber?) Thanks for the info!