Neoview ODBC Drivers Manual (R2.5)

Table 7-7 Retrieving Results and Information About Results (continued)
DescriptionSupported by HP ODBCODBC VersionFunction
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 7-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
66 HP Neoview ODBC Drivers Conformance