You can use the SAP MaxDB JDBC driver and Java classes to access SAP MaxDB databases from Java applications.
Name |
Functions |
Java Classes |
---|---|---|
Executing SQL Statements |
com.sap.dbtech.jdbc.DriverSapDB com.sap.dbtech.jdbc.exceptions.* com.sap.dbtech.jdbcext.* |
|
Managing databases (executing DBM commands) |
com.sap.dbtech.powertoys.DBM com.sap.dbtech.powertoys.DBMException |
|
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
Note
This documentation does not describe the Sun Java platform. You can find information on Java at http://java.sun.com
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).