Neoview ODBC Drivers Manual (R2.2 SP1)
Table Of Contents
- HP Neoview ODBC Drivers Manual
- Table of Contents
- About This Document
- 1 HP Neoview ODBC Driver Overview for Windows
- 2 HP Neoview ODBC Drivers Overview for Linux, HP-UX, IBM AIX®, and Sun Solaris
- 3 Installing the HP Neoview ODBC Drivers
- Installing ODBC Client Software
- Avoiding Driver-Platform Version Incompatibility
- Installing the HP Neoview ODBC Driver for Windows
- Reinstalling the HP Neoview ODBC Driver for Windows
- Uninstalling the HP Neoview ODBC Driver for Windows
- Setting Up the Client Environment
- Troubleshooting
- Getting the Version of the Driver
- ODBC API Reference
- Installing or Reinstalling HP Neoview ODBC Drivers for Linux, HP-UX, IBM AIX®, and Sun Solaris
- Setting Up the Client Environment
- Running the Sample Program
- Troubleshooting
- Debugging
- Getting the Version of the Driver
- ODBC API Reference
- 4 Configuring Client Data Sources
- 5 HP Neoview ODBC Drivers Conformance
- 6 HP Neoview ODBC Drivers Messages
- Index

2. Retrieve the version string:
• For Linux:
nm libhpodbc.so | grep HPODBC
or
nm libhpodbc_drvr.so | grep HPODBC
• For x86_64 Linux:
nm libhpodbc64.so | grep HPODBC
or
nm libhpodbc_drvr64.so | grep HPODBC
• For HP-UX(IA-64) and HP-UX(PA-RISC):
nm libhpodbc.sl | grep HPODBC
or
nm libhpodbc_drvr.sl | grep HPODBC
• For HP-UX (IA-64) 64 bit:
nm libhpodbc64.sl | grep HPODBC
or
nm libhpodbc_drvr64.sl | grep HPODBC
• For IBM AIX®
nm libhpodbc.a | grep HPODBC
or
nm libhpodbc_drvr.a | grep HPODBC
• For IBM AIX® 64–bit
nm libhpodbc64.a | grep HPODBC
or
nm libhpodbc_drvr64.a | grep HPODBC
• For Sun SPARC®
nm libhpodbc.so | grep HPODBC
or
nm libhpodbc_drvr.so | grep HPODBC
• For Sun SPARC® 64–bit
nm libhpodbc64.so | grep HPODBC
or
nm libhpodbc_drvr64.so | grep HPODBC
ODBC API Reference
For more information about the ODBC external specification, see Microsoft pages:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/dasdkodbcoverview.asp
ODBC API Reference 43