Adding a JDBC Driver

See Also

To connect to a database from within the IDE, you must have an appropriate JDBC driver for this database and register this driver with the IDE. Registered drivers (installed driver, preferred) are listed under Drivers under the Databases node in the Services window.

The drivers are of the following kind:

If you need another JDBC driver that is different from those mentioned above, you need to manually add it to the IDE.

An uninstalled driver node ( preferred driver which is not installed ) is displayed in the Services window if a driver is registered with the IDE but the archive JAR file for the driver is not currently on the IDE's class path. In this case, you should remove the driver or modify the driver's properties to specify the correct location of the driver JAR file.

To remove a driver:

To modify driver's properties:

See Also
Connecting to a Database

Legal Notices