NextGen Knowledge Center

Editing Database Drivers

Select on the wrench icon next to the Driver text field. A new dialog will appear:

From this dialog you can add/modify/remove the default drivers that will show up in the drop-down menu in Database Reader/Writer connectors. The following properties are used:

ColumnRequiredDescription
NameYesThe name of the driver entry. This will appear in the drop-down menu for the Database Reader/Writer connectors.
Driver ClassYesThe fully-qualified Java class name for the JDBC driver.
JDBC URL TemplateYesThe template for the JDBC connection URL that can be auto-populated from the Database Reader/Writer settings.
Select with Limit QueryNoA select query (with limit 1) that can be used to retrieve column metadata. If empty the driver-specific generic query will be used, which could be slow.
Legacy Driver ClassesNoA comma-separated list of alternate or legacy JDBC driver class names. Any Database Reader/Writer connector using one of these driver classes will have the corresponding entry selected in the Driver drop-down menu. The driver will be updated to the primary value if you select the entry from the drop-down menu again.