Show TOC

Function documentationDBM Java Classes Locate this document in the navigation structure

 

Using the DBM Java classes, you can manage SAP MaxDB databases from within Java applications.

Prerequisites

You have installed the DBM Java classes.

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

Features

The DBM Java classes are located in the file <installation_path>\runtime\jar\sapdbc.jar.

Note Note

You can display the installation path using the dbm_getpath DBM command:

dbmcli dbm_getpath InstallationPath

For more information, see Database Manager CLI, dbm_getpath.

End of the note.

Example Example

C:\Program Files\sdb\Installation_2009-07-21\runtime\jar\sapdbc.jar

End of the example.
DBM Java Classes

Class

Task

com.sap.dbtech.powertoys.DBM

Establishing and closing connections to the database

Executing DBM commands (administration commands)

com.sap.dbtech.powertoys.DBMException

Error handling

More information: Error Handling (DBM Java Classes)

More Information

Database Manager CLI, Overview of all DBM Commands