Programmer Guide : Introduction to APIs : solidDB® JDBC Driver
  
solidDB® JDBC Driver
The JDBC 2.0 Driver provides support for JDBC 2.0.
For solidDB® JDBC Driver, Java Development Kit (JDK) 1.4.2 or newer is supported.
solidDB® JDBC Driver allows you to develop your application with a Java tool that accesses the database using JDBC. The JDBC API, the core API for JDK 1.2, defines Java classes to represent database connections, SQL statements, result sets, database metadata, and so on. It allows you to issue SQL statements and process the results. JDBC is the primary API for database access in Java.
In order to use JDBC, you have to install the solidDB® JDBC Driver. Usage of JDBC drivers varies depending on your Java development environment.
Instructions and samples for using the solidDB® JDBC Driver are located in the /jdbc subdirectory in the solidDB® installation package and in solidDB® JDBC Driver.
See also
Introduction to APIs