Background documentationJava Manual Locate this document in the navigation structure

 

You can use the SAP MaxDB JDBC driver and Java classes to access SAP MaxDB databases from Java applications.

SAP MaxDB: JDBC Driver and Java Classes

Name

Functions

Java Classes

JDBC Driver

Executing SQL Statements

com.sap.dbtech.jdbc.DriverSapDB

com.sap.dbtech.jdbc.exceptions.*

com.sap.dbtech.jdbcext.*

DBM Java Classes

Managing databases (executing DBM commands)

com.sap.dbtech.powertoys.DBM

com.sap.dbtech.powertoys.DBMException

Loader Java Classes

Importing and exporting data (executing Loader commands and SQL statements)

com.sap.dbtech.powertoys.Loader

com.sap.dbtech.powertoys.LoaderException

The SAP MaxDB JDBC driver and Java classes can be used on all operating systems supported by the database system.

More information: Installing the SAP MaxDB JDBC Driver and Java Classes and Troubleshooting for the SAP MaxDB JDBC Driver and Java Classes

Note Note

This documentation does not describe the Sun Java platform. You can find information on Java at http://java.sun.com

End of the note.

To use this documentation effectively, you need a thorough working knowledge of the Java programming language and the JDBC specification (see http://java.sun.com/products/jdbc).

More Information

Concepts of the Database System,