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 41320 - User should be allowed to update his database password
Summary: User should be allowed to update his database password
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks: 152818
  Show dependency tree
 
Reported: 2004-03-24 23:06 UTC by davisn
Modified: 2011-10-23 19:49 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 davisn 2004-03-24 23:06:50 UTC
Build used:
   Netbean RC1
   plugin: 03/23

PROBLEM DESRIPTION:
    If someone created a new user and a new schema
(named bookstore) and wanted to update them from
the default pointbase driver configuration 

(eg, from
jdbc:pointbase://localhost:9092/sample[pbpublic on
PBBUPLIC]

to 
jdbc:pointbase://localhost:9092/sample[bookstore
on BOOKSTORE] 

He would not able to do it because from the
{Properties of
jdbc:pointbase://loclahost:9092....} panel, user
can only update the schema and the user name not
the password. The updating action becomes useless
since he can not connect to the database anyway.
Comment 1 davisn 2004-03-25 00:41:54 UTC
Change from j2eeserver to db component
Comment 2 Jiri Rechtacek 2009-10-16 14:04:55 UTC
Reassigned to new owner.
Comment 3 matthias42 2011-10-23 19:49:10 UTC
I checked in netbeans 7.0.1: Only the username can be changed through the properties dialog of the db connection, but when trying to connect, the connection is refused and netbeans prompts again for the password.