Entering content frame

Procedure documentation Registering the JDBC Driver Locate the document in its SAP Library structure

Use

You want to register the MaxDB JDBC driver in the JDBC driver manager.

Procedure

Load the class com.sap.dbtech.jdbc.DriverSapDB.

Syntax

Class.forName ("com.sap.dbtech.jdbc.DriverSapDB");

Note

If an exception of the class java.lang.ClassNotFoundException is raised, this indicates that the JDBC driver has not been installed correctly.

Install the driver again and proceed as described under Installing the JDBC Driver.

 

 

Leaving content frame