To connect to a database from within the IDE, you must specify an appropriate JDBC driver for this database. You can do this in two ways:
Supply the following details in the dialog box to add the JDBC driver.
The IDE will search the archive files that you selected in the previous step and find all classes that implement the JDBC API Driver interface (java.sql.Driver). The Driver Class combo box lists the classes that the IDE finds. Use the combo box to select the driver class that you need.