Programmer Guide : solidDB® JDBC Driver : Getting started with solidDB® JDBC Driver : Registering solidDB® JDBC Driver
  
Registering solidDB® JDBC Driver
The JDBC driver manager handles loading and unloading drivers and interfacing connection requests with the appropriate driver.
The driver can be registered as shown below. After execution of this code, the driver registers itself in the DriverManager.
// registration using Class.forName service Class.forName("solid.jdbc.SolidDriver");
See also
Getting started with solidDB® JDBC Driver