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

Summary: User should be allowed to update his database password
Product: db Reporter: davisn <davisn>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152818    

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.