Most Java Database Connectivity (JDBC) drivers can be downloaded for free from your database vendor's website.
They are usually distributed in a compressed format (i.e. zip file). Installation of the driver on your system
depends on the type of the driver and can be vendor specific. We recommend using type 4 JDBC drivers with JCodeBox
at least initially so that if you have any connectivity problems, they are easier to resolve. Installation of most
type 4 JDBC drivers usually just involves expanding the downloaded file onto your hard disk. Once expanded, the
driver is usually in an archive file format (i.e. jar or zip). Consult your database vendor's documentation for
details specific to your driver.
In the main JCodeBox window, right mouse click on Database Drivers and select Add Driver...
The Add Driver dialog will be displayed.
Enter a name for your driver (e.g. PostgreSQL)
Use the Browse button to locate the JDBC driver file/archive (e.g. jconn2.jar for Sybase)
Consult your database vendor's documentation for details specific to your driver.
If JCodeBox doesn't automatically locate the JDBC driver class in the archive, enter the class name into the class field.
If your driver consists of multiple files, select one of the files in the Add Driver dialog and add the others directly
to the JCodeBox classpath using the Edit Classpath dialog (Tools->Classpath... menu)
Click OK to commit your changes then re-start JCodeBox for the changes to take effect.
Repeat the above for any other JDBC drivers you wish to use with JCodeBox.
Your driver(s) should now be displayed in the main JCodeBox window. If a driver is shown in read it means JCodeBox was unable
to load the necessary driver classes (either the driver class name or the location could be incorrect). To correct this right
mouse click on the driver, choose Edit... and correct the class name/location for the driver.