JDBC Type 2 Driver Programmer's Reference for SQL/MX Release 3.2.1 (H06.26+, J06.15+)

The files installed include:
.../demo
Demo programs
.../lib/libjdbcMx.so
JDBC/MX driver library
.../lib/jdbcMx.jar
JDBC/MX driver 64-bit library
.../lib/libjdbcMx64.so
JDBC/MX Java archive file, which includes the JDBC trace facility
.../bin/jdbcMxInstall
JDBC/MX installation script
.../bin/jdbcMxUninstall
JDBC/MX uninstall script
Verifying the JDBC/MX Driver
To verify the version of the JDBC/MX driver, use these commands:
java command, which displays the version of the java code portion of the JDBC/MX driver
vproc command, which displays the version of the C code portion of the JDBC/MX driver
To use the java command, type the following at the OSS prompt:
java JdbcMx -version
This command displays output similar to:
JDBC driver for NonStop(TM) SQL/MX Version
T1275R32_30AUG2012_JDBCMX_0419
Compare the output with the product numbers in the Softdoc file on the NonStop Server for Java
5 distribution CD.
Use the vproc command to check for the correct library. Issue the following at the OSS prompt:
For 32-bit:
vproc /jdbcmx-installation-directory/T1275R32/lib/libjdbcMx.so
...
Binder timestamp: 29OCT2012 09:07:46 Version procedure: T1275R32_20FEB2013_JDBCMXAMU_1029 TNS/E Native
Mode: runnable file
For 64-bit:
vproc /jdbcmx-installation-directory/T1275R32/lib/libjdbcMx64.so
...
Binder timestamp: 29OCT2012 09:06:59 Version procedure: T1275R32_20FEB2013_JDBCMXAMU_1029 TNS/E Native
Mode: runnable file
The version procedure that corresponds to the JDBC/MX Driver (T1275) product should match in
the output of both the java and vproc commands.
Setting CLASSPATH
For running JDBC applications, ensure the CLASSPATH environment variable includes the
jdbcMx.jar file. Given the default installation, the path is
/usr/tandem/jdbcMx/current/lib/jdbcMx.jar
Verifying the JDBC/MX Driver 19