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

Table 5-7 Retrieving Results and Information About Results (continued)
DescriptionSupported by HP ODBCODBC VersionFunction
Assigns storage for a result
column and specifies the
data type.
Yes1.0SQLBindCol
Returns multiple result
rows.
Yes1.0SQLFetch
Supported for
SQL_FETCH_NEXT
attribute only. Returns
scrollable result rows.
Yes3.0SQLFetchScroll
Returns part or all of one
column of one row of a
result set (useful for long
data values).
Yes1.0SQLGetData
Fetches the specified rowset
of data from the result set
and returns data for all
bound columns. No
bookmarks are supported.
Yes1.0SQLExtendedFetch
Positions a cursor within a
fetched block of data and
allows an application to
refresh data in the row set
or to update or delete data
in the result set.
Yes1.0SQLSetPos
Performs bulk insertions
and bulk bookmark
operations, including
update, delete, and fetch by
bookmark.
No3.0SQLBulkOperations
Determines whether there
are more result sets
available and, if so,
initializes processing for the
next result set.
Yes1.0SQLMoreResults
Returns additional
diagnostic information (a
single field of the diagnostic
data structure).
Yes3.0SQLGetDiagField
Returns additional
diagnostic information
(multiple fields of the
diagnostic data structure).
Yes3.0SQLGetDiagRec
Table 5-8 Obtaining Information About a Data Source’s System Tables
DescriptionSupported by HP ODBCODBC VersionFunction
Returns a list of columns
and associated privileges
for one or more tables.
Yes1.0SQLColumnPrivileges
Returns a list of column
names in specified tables.
Yes1.0SQLColumns
Returns a list of column
names that make up foreign
keys for a specified table.
Yes1.0SQLForeignKeys
54 HP Neoview ODBC Drivers Conformance