JDBC/MX 5.0 Driver for SQL/MX Programmer's Reference (SQL/MX 2.x)
JDBC/MX Driver Properties Used with the DriverManager Class
JDBC/MX driver defines the following set of properties that you can use to configure the driver:
Property Name Type Value Description
contBatchOnError
String
on or off
Communicates with JDBC
driver to continue the
remaining jobs in the batch
even after any
BatchUpdateExceptions. See
contBatchOnError Property
.
catalog String
See Default Catalog
and Schema.
If the default catalog and
schema are not specified, the
JDBC/MX driver allows
SQL/MX to follow its own
rules for defaults.
schema String
See Default Catalog
and Schema.
See
catalog above.
mploc String
See mploc Property.
The location (in
$volume.subvolume format) in
which SQL/MP tables are
created. (The default location
is the default subvolume of the
logged-on user.)
enableLog boolean
on
or off
Enables logging of SQL
statement IDs and the
corresponding JDBC SQL
statements. See enableLog
Property.
idMapFile String
A valid OSS filename
Specifies the file to which the
trace facility logs SQL
statement IDs and the
corresponding JDBC SQL
statements. See idMapFile
Property.
ISO88591 String
See ISO88591
Property.
Specifies the Java encoding
used when accessing and
writing to ISO88591 columns.
maxStatements int
See maxStatements
Property.
The total number of
PreparedStatement objects
that the connection pool should
cache. See maxStatements
Property.
See minPoolSize
Limits the number of physical
connections that can be in the










