Entering content frame

Procedure documentation Specifying Other Connection Options Locate the document in its SAP Library structure

Use

You can use connection options to define the properties of a database instance connection.

Procedure

Usually, an instance of the class java.util.Properties is used to send the connection options to the method java.sql.DriverManager.getConnection.

However, you can also specify these options as part of the connection URL. In this case, you must enter them in the following format:

<name>=<value>[&<name>=<value>...]

You can define the following options:

 

See also:

Examples for Connecting to the Database

 

Leaving content frame