JDBC Driver for SQL/MX Programmer's Reference
JDBC driver for NonStop(TM) SQL/MX Version
T1225V32_08APR2005_JDBCMX...
Compare the output with the product numbers in the Softdoc file on the NonStop Server for
Java 4 distribution CD.
Use the vproc command to check for the correct library. Issue the following at the OSS
prompt:
For TNS/E
vproc
/jdbcmx-installation-directory/T1275H10/lib/libjdbcMx.so
For TNS/R
vproc usr/tandem/java_public_lib_jdk142/libjdbcMx.lib
The vproc command displays output similar to:
GMT Binder timestamp: ...
Version procedure: T1225V32_08APR2005_JDBCMX...
Native Mode: Not runnable file
The version procedure that corresponds to the JDBC/MX Driver (T1225 on TNS/R and T1275
on TNS/E) product should match in the output of both the java and vproc commands.
For TNS/R, these commands, however, do not verify that the Java VM has been linked
correctly with the libjdbcMx.lib file. To verify linking on TNS/R systems with the Java
VM, use the vproc command to check the NonStop Server for Java 4 file. Type the following
at the OSS prompt:
vproc /java-installation-directory/bin/java
GMT Binder timestamp: ...
Version procedure:
.
.
Version procedure: T1225V32_08APR2005_JDBCMX...
.
.
Native Mode: runnable file
Note: On TNS/E systems, verifying that the Java VM has been linked correctly
with the JDBC/MX library does not apply. On TNS/E systems, the native library is
libjdbcMx.so, which is a Dynamic-Link Library (DLL).