[ 
https://issues.apache.org/jira/browse/NETBEANS-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17090703#comment-17090703
 ] 

Eirik Bakke commented on NETBEANS-2196:
---------------------------------------

Beware of the difference between a database and a schema--on some backends, you 
can't login without specifying a database (PostgreSQL I believe), and I'm not 
sure it's possible to retrieve a list of databases (though you can retrieve a 
list of schemas within a database, which is shown on the next wizard page). The 
"database" field is something which becomes part of the JDBC URL, which you 
need in order to connect in the first place.

> Move field "database" below "user name" & "password" on the new database 
> connection wizard
> ------------------------------------------------------------------------------------------
>
>                 Key: NETBEANS-2196
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2196
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: db - Code
>    Affects Versions: Next
>            Reporter: Christian Lenz
>            Priority: Major
>              Labels: UX
>         Attachments: current behaviour.png, wanted behaviour.png
>
>
> To make it clear, it is not that I don't like the Database field above the 
> user credentials, it is that it doesn't make sense for a specific context, 
> which will be handled in an other ticket. First I will choose the connection: 
> localhost + port. This is the first one. There is no login, so I don't know 
> the available databases. Now I want to add my credentials and after it, I 
> want to choose my database which can be known by asking the server to fetch 
> the databases to make it visible inside of the auto completion combo box 
> which is common these days to have this if you have a lot of entries.
> So this ticket is only to moving the field Databases below the credentials 
> because of a new feature coming later. It doesn't make sense to add the 
> database name, before filling all the credentials first. You can't see 
> databases if you not logged into phpmyadmin for example.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to