README for the HP Neoview JDBC Type 4 Driver HP Part Number: 538121-001 Published: March 2009 Edition: HP Neoview Release 2.
© Copyright 2009 Hewlett-Packard Development Company, L.P. Legal Notice Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor’s standard commercial license. The information contained herein is subject to change without notice.
Table of Contents Checking Version Compatibility............................................................................................................5 Getting the Version of an Installed Client Product...........................................................................5 Installation for Neoview Release 2.4......................................................................................................5 Installation Package...................................................................
Checking Version Compatibility Before installing the client product, check the compatibility of the product with the Neoview platform. Neoview Release of Client Product the Client Product Name Compatible versions of the Neoview platform 2.0 JDBC Type 4 Driver All versions up to, but not including, Neoview Release 2.2 2.1 JDBC Type 4 Driver All versions up to, but not including, Neoview Release 2.2 2.2 JDBC Type 4 Driver Neoview Release 2.2 and later versions 2.
Note that you do not need WinZip installed on your workstation to install the driver from self-extracting JAR file. Distribution File Supported Platform File Contents hpt4jdbc_2.4..tar or hpt4jdbc_2.4..zip Windows, HP-UX, Solaris, or Linux hpt4jdbcSanityCheck.class hpt4jdbcUninstall.class hpt4jdbc.jar DBMetaSample.java hpt4jdbc.properties PreparedStatementSample.java product.contents Readme (five, one for each sample set) ResultSetSample.java sampleUtils.java StatementSample.
Installing the JDBC Type 4 Driver from the TAR File (hpt4jdbc_2.4..tar) 1. Dearchive the hpt4jdbc_2.4..tar file by using the tar command (or the WinZip Extract tool): tar –xvf hpt4jdbc_2.4..tar The command creates these directories: • • • 2. samples/, which contains sample programs lib/, which contains the hpt4jdbc.jar file install/, which contains sanityCheck and UnInstall Set up the client environment. See Setting Up the Client Environment.
set CLASSPATH=%CLASSPATH%;\lib\hpt4jdbc.jar; • On HP-UX, Solaris, or Linux: export JAVA_HOME= export PATH=$PATH:$JAVA_HOME/bin export CLASSPATH=$CLASSPATH:/lib/hpt4jdbc.jar: Configuring Applications Edit the hpt4jdbc.properties file. Set these values for your environment: • • • • • catalog: The catalog name must be NEO. schema: Specify a schema that exists in the Neoview database. user: Specify the name of a user who will be accessing the Neoview database.