New JDBC Driver Dialog Box

See Also

Use this dialog box either to enable the IDE to use database software for which the IDE does not already have drivers or to customize the JDBC configuration for one of the database products on the list. To open this dialog box, in the  , expand the Databases node, right-click the Drivers node, and choose New Driver.

Using this dialog box, you can:

  1. Modify an already added JDBC driver configuration
  2. Remove an existing configuration, which also removes the corresponding JAR files
  3. Add or remove the driver JAR files for each configuration
To add a new JDBC driver to the IDE using this dialog box:
  1. In the Services window, expand the databases node, right-click the Drivers node Drivers node, and choose New Driver.
  2. Use the Add button to browse for the driver.
  3. If no driver class is listed in the Driver Class field, click Find to search for the driver class.
  4. In the Name field, enter the name of the driver you want to appear in the Services window.
  5. Click OK to add the driver.

To edit an existing JDBC driver using this dialog box:

  1. In the Services window, expand the databases node, right-click the existing driver's node, and choose Customize.
  2. Use the Add button to browse for a new driver file. Use the Remove buttons to remove a driver file from the window.
  3. In the Name field, enter the name of the driver you want to appear in the Services window.
  4. Click OK to finish editing the JDBC driver.
See Also
Adding a Database Table to a Visual Web JSF Page
Binding a Simple Component to a Database

Legal Notices