Function documentationcom.sap.dbtech.powertoys.Loader.dbLoader Method Locate this document in the navigation structure

 

This method of the com.sap.dbtech.powertoys.Loader class is used for connecting your Java application using the Loader to a database. The system automatically uses the newest Loader version that is available on the computer on which it is running. The Loader usually runs on the same computer as the Java application.

Features

Syntax Syntax

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

Name

Description

database_computer

Name of the database computer

database_name

Database name

Exceptions

Class

Description

com.sap.dbtech.rte.comm.RTEException

See Error Handling (Loader Java Classes)

To log on to the database, execute the Loader command USE USER; see com.sap.dbtech.powertoys.Loader.cmd Method.