README for the HP Neoview UNIX Drivers (Upd4 R2.2)

1. Move to the directory where you installed the library file of the HP
Neoview ODBC driver:
cd <your library home>
<your library home> is the directory where you installed the library
file of the HP Neoview ODBC driver. For details, see the installation
instructions.
The nm command returns this version information:
_###HPODBC_<v.v[v].v>_<yymmdd>
The <v.v[v].v> string is the version number (for example, 2.0.0).
The <yymmdd> string is the date, where yy is the year, mm is the
month, and dd is the day (for example, 060419).
2. Retrieve the version string:
o On Linux:
nm libhpodbc.so | grep HPODBC
or
nm libhpodbc_drvr.so | grep HPODBC
o On x86_64 Linux:
nm libhpodbc64.so | grep HPODBC
or
nm libhpodbc_drvr64.so | grep HPODBC
o On HP-UX (IA-64) and HP-UX (PA-RISC):
nm libhpodbc.sl | grep HPODBC
or
nm libhpodbc_drvr.sl | grep HPODBC
o On HP-UX (IA-64) 64 bit and HP-UX (PA-RISC) 64 bit:
nm libhpodbc64.sl | grep HPODBC
or
nm libhpodbc_drvr64.sl | grep HPODBC
o On IBM AIX(R):
nm libhpodbc.a | grep HPODBC
or