Entering content frame

Procedure documentation Registering the JDBC Driver in the JDBC Driver Manager Locate the document in the library structure

Procedure

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

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

Result

The class is registered in the JDBC Driver Manager.

If an exception of the class java.lang.ClassNotFoundException is triggered, the Java Virtual Machine could not find the JDBC driver. Add the JDBC driver to the environment variable CLASSPATH.

 

Leaving content frame