HP (Hewlett-Packard) 544530-001 Computer Accessories User Manual


 
Table 2-1 Locations of Neoview Script Software Files (continued)
DescriptionFilesDirectory
Beta version of sample Perl program
1
sample-beta.pl
Beta version of sample Python
program
1
sample-beta.py
1 Neoview Script provides a beta version of enhanced support for Perl and Python programs. This functionality enables
multiple SQL statements to run in one database connection from a Perl or Python program. For more information,
see the README in the Neoview Script samples directory.
Verifying the Installed Version of Neoview Script
To display the installed version of Neoview Script without launching Neoview Script and
connecting to the database platform:
1. Change to the lib directory, which contains the Neoview Script JAR file:
On Windows, enter:
cd hpnvs-installation-directory\nvscript\lib
hpnvs-installation-directory is the directory where you installed the Neoview
Script software files.
On Linux or UNIX, enter:
cd hpnvs-installation-directory/nvscript/lib
hpnvs-installation-directory is the directory where you installed the Neoview
Script software files.
2. Enter this command to return version information:
java -jar hpnvs.jar
For example:
C:\>cd install\nvscript\lib
C:\install\nvscript\lib>java -jar hpnvs.jar
T0774_N24_AAC(R2.1)_11MAY07_HP_hpnvs_2007_04_12
C:\install\nvscript\lib>
If the JAR file is inaccessible or the returned version is not supported, see “Installation
Procedures” (page 27).
To display the installed versions of Neoview Script and the JDBC Type 4 Driver in the Neoview
Script interface:
1. Launch the Neoview Script interface. See Chapter 3 (page 41).
2. Enter the VERSION command to display information about the build versions:
SQL>version
Neoview Script Build Version : T0774_N24_AAC(R2.1)_11MAY07_HP_hpnvs_2007_04_12
JDBC Type 4 Driver Build Version : T1249_N24_AAK(R2.1)_11MAY07_HP_JDBCT4_2007_04_05
SQL>
If the returned version is not supported, see “Installation Procedures” (page 27).
Setting the Look and Feel of the Neoview Script Interface
To determine the look and feel of the Neoview Script interface, set the -DhpnvsLF property by
using the _JAVA_OPTIONS environment variable. This property affects the formatting of status
messages. This property does not restrict the SQL statements, commands, or syntax that you can
Postinstallation Procedures 35