Use this dialog box to add a database to be used as a database connection by your Visual Web JSF application.
To open the dialog box, right-click the Databases node
of the
and choose New Connection.
You can set the following values in the Basic Setting tab:
Name. Choose the name of the database driver from the drop down list, or select New Driver to add a new JDBC driver.
Driver. The IDE then suggests the name of the driver from the list of relational
database management (RDBMS) drivers.
Database URL. Enter the correct URL for the database in the format specified by the IDE.
The following list
shows the standard ports for relational database management systems supported
by the IDE:
Oracle 9: 1521
Java DB Database: 1527
Microsoft SQL Server: 1433
MySQL: 3306
Sybase: 5000
DB2: 5000
User Name. Enter a user name defined for the database.
Password. Enter the password for the user ID.
Remember password during session. Click this checkbox to avoid having to re-enter the password for the user ID.
OK. Click this button to add the database connection.
You can set the following values in the Advanced tab:
Select Schema. Choose the schema from the drop down list or browse to find the correct schema. Click OK to add the database connection.