How to Configure a Generic JDBC Connection

To configure a connection to a generic JDBC database, follow these steps:

  1. Open the Preferences dialog box (OptionsPreferences) and go to Data Sources.
  2. In the Connections panel, click the New button.
  3. Enter a unique name for the connection.
  4. Select the Generic JDBC data source in the Data Source drop-down menu.
  5. Enter the connection details.
    1. Enter the URL of the generic JDBC database, with the following format:jdbc: <subprotocol>: <subname>.
    2. Enter the user name for the connection to the generic JDBC database.
    3. Enter the password for the connection to the generic JDBC database.
  6. Click the OK button to finish the configuration of the database connection.

Was this helpful?