Sets an XA open character string.
public void setXAOpenString (String xa_string)
None.
Sets an XA open character string.
This method is provided by the JdbhDbpsvXADataSource class only.
Specify the XA open character string in the format HiRDB-environment-variable-group-identifier+HiRDB-environment-variable-group-name. This HiRDB environment variable group identifier must be the one set in the setDescription method. The following shows examples.
ds.setDescription("HDB1");
ds.setXAOpenString("HDB1+HiRDB_ENV_GROUP");
ds.setDescription("HDB1");
ds.setXAOpenString("HDB1+C:\\ProgramFiles\\HITACHI\\HiRDB\\HiRDB.ini");
None.