JDBC Driver for SQL/MX Programmer's Reference
Specifying the JDBC/MX driver class in the -Djdbc.drivers option in the command line●
Using the Class.ForName method within the application●
Adding the JDBC/MX driver class to the jdbc.drivers property within the application●
The DriverManager.getConnection method accepts a string containing a JDBC URL. The
JDBC URL for the JDBC/MX driver is jdbc:sqlmx:.
When connecting by using the DriverManager class, use the informatin in the following topics:
JDBC/MX Driver Properties Used with the DriverManager Class●
Guidelines for Using Connections with the DriverManager Class●
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
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.)
ISO88591 String
See ISO88591
Property.
Specifies the Java
encoding used when
accessing and writing to
ISO88591 columns.