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

5 HP Neoview ODBC Drivers Conformance
This section contains tables that describe the HP Neoview ODBC driver conformance to standard
ODBC API functions and SQL conformance levels.
“ODBC API Functions” (page 51)
• Table 5-1 (page 51) Connecting to a Data Source
• Table 5-2 (page 52) Obtaining Information About a Driver and Data Source
• Table 5-3 (page 52) Setting and Retrieving Driver Attributes
• Table 5-4 (page 52) Setting and Retrieving Descriptor Fields
• Table 5-5 (page 53) Preparing SQL Requests
• Table 5-6 (page 53) Submitting SQL Requests
• Table 5-7 (page 53) Retrieving Results and Information About Results
• Table 5-8 (page 54) Obtaining Information About a Data Source's System Tables
• Table 5-9 (page 56) Terminating a Statement
• Table 5-10 (page 56) Terminating a Connection
ODBC API Functions
The HP Neoview ODBC driver conforms with the ODBC interface core level. The following
tables show the HP Neoview ODBC driver support for each ODBC API function.
The column headed ODBC Version lists the version of the Microsoft ODBC standard in which
a function was first introduced. For example, if ODBC Version 1.0 is listed as supported, then
the feature was first defined in version 1.0 of the Microsoft ODBC standard and HP Neoview
ODBC driver currently supports the function.
For more information about each function, refer to the Microsoft documentation.
Table 5-1 Connecting to a Data Source
DescriptionSupported by HP ODBCODBC VersionFunction
Obtains an environment,
connection, statement, or
descriptor handle.
Yes3.0SQLAllocHandle
Connects to a specific driver
by data source name, user
ID, and password.
Yes1.0SQLConnect
Connects to a specific driver
by connection string, or
requests that the Driver
Manager and driver display
connection dialog boxes for
the user.
Yes1.0SQLDriverConnect
Returns successive levels of
connection attributes and
valid attribute values. When
a value has been specified
for each connection
attribute, connects to the
data source.
Yes1.0SQLBrowseConnect
ODBC API Functions 51