Previous Topic: INTERFACESERVER Structure

Next Topic: KEYSTORE Structure

JDBC Structure

This JDBC structure is for the INTERFACESERVER structure only.

The attributes for this JDBC structure are as follows:

DATASOURCE="datasource"

The JDBC datasource to be used.

PASSWORD="passsword"

The password to be used when connecting to the datasource. If KEY is specified, the password is represented in encrypted form, otherwise as clear text.

KEY="encryptionkey"

The encryptionkey, together with a fixed key, encrypts the password value.

USER="userid"

The userid to be used when connecting to the datasource.