Function documentationcom.sap.dbtech.powertoys.DBM.dbDBM Method Locate this document in the navigation structure

 

This method of the com.sap.dbtech.powertoys.DBM class is used for connecting your Java application via the Database Manager program to the database.

Note Note

To create a new database, connect to the database using the com.sap.dbtech.powertoys.DBM.dbrootDBM method.

End of the note.

Features

Syntax Syntax

  1. public static DBM dbDBM (String database_computer, String database_name)
    	throws
    		com.sap.dbtech.rte.comm.RTEException
End of the code.
com.sap.dbtech.powertoys.DBM.dbDBM Method: Parameters

Name

Description

database_computer

Name of the database computer

To connect to a database on the local computer, enter the value null.

database_name

Database name

Exceptions

Class

Description

com.sap.dbtech.rte.comm.RTEException

See Error Handling (DBM Java Classes)