JDBC Type 4 Driver README

README.txt
WS_SW Subdirectory containing workstation component files (if
applicable to this product), including installation
utilities if any.
SOFTDOCS Subdirectory containing all Initial Product Version /
Product Version Update Softdocs.
CD_DOCS Subdirectory containing product documentation.
VIII. Supplemental Information
* Verifying the product installation
* Getting Vproc output for the product
* Running the samples
* Uninstalling the product
* NonStop JDBC type 4 driver Specific Information
* Documentation
* Verifying the product installation
This verifies all the files created during installation.
1. cd install
2. java t4sqlmxSanityCheck
* Getting Vproc output for the product
This prints Vproc information on the terminal.
1. cd lib
2. java -jar t4sqlmx.jar
* Running the samples
1. cd samples
2. Follow the instructions in the README file in the samples
directory.
NOTE: All SQL/MP tables needs to be accessed through MP alias names
<catalog>.<schema>.<table> via NonStop JDBC type 4 driver. Though
the MP naming convention $<volume>.<subvolume>.<table> would work
in most cases it is not guaranteed to work in all situations.
* Uninstalling the product
This removes all the files created during installation.
1. cd install
2. java t4sqlmxUninstall
* NonStop JDBC type 4 driver Specific Information
Driver class name: com.tandem.t4jdbc.SQLMXDriver
Datasource class: com.tandem.t4jdbc.SQLMXDataSource
Datasource factory class: com.tandem.t4jdbc.SQLMXDataSourceFactory
Connection pool data source class:
com.tandem.t4jdbc.SQLMXConnectionPoolDataSource
Connection pool data source factory class:
com.tandem.t4jdbc.SQLMXConnectionPoolDataSourceFactory
* Sun JDBC3.0 Web Pages
For additional information, refer to these Sun Microsystems pages on
the World Wide Web for the JDBC external specification:
Page 3