JDBC Type 2 Driver Programmer's Reference for SQL/MX Release 3.1 (H06.23+, J06.12+)
.../demo
Demo programs
.../lib/libjdbcMx.so
JDBC/MX driver library
.../lib/jdbcMx.jar
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 T1275R31_30SEP2011_JDBCMXH31...
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:
vproc /jdbcmx-installation-directory/T1275R31/lib/libjdbcMx.so
...
Binder timestamp: 27JUL2011 23:06:05
Version procedure:
T1275R31_30SEP2011_JDBCMXH31_0713
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










