Show TOC

com.sap.dbtech.powertoys.DBM.dbDBM MethodLocate this document in the navigation structure

Use

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

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

Features
public static DBM dbDBM (String database_computer, String database_name)
	throws
		com.sap.dbtech.rte.comm.RTEException
			

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

Class

Description

com.sap.dbtech.rte.comm.RTEException

See Error Handling (DBM Java Classes)