Open System Services ODBC/MX Client Driver for SQL/MX Release 3.1 (H06.23+, J06.12+)

ODBC/MX Conformance
HP NonStop Open System Services ODBC/MX Client Driver for SQL/MX Release 3.1663857-001
3-5
ODBC API Functions
SQLExtendedFetch 1.0 Yes Fetches the specified rowset of data
from the result set and returns data
for all bound columns. No bookmarks
are supported.
SQLSetPos 1.0 Yes 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.
SQLMoreResults 1.0 Yes Determines whether there are more
result sets available and, if so,
initializes processing for the next
result set.
SQLGetDiagField 3.x Yes Returns additional diagnostic
information (a single field of the
diagnostic data structure).
SQLGetDiagRec 3.x Yes Returns additional diagnostic
information (multiple fields of the
diagnostic data structure).
Table 3-8. Obtaining Information About a Data Source’s System
Tables (page1of2)
Function
ODBC
Version
Supported by
ODBC/MX Description
SQLColumnPrivileges 1.0 Yes Returns a list of columns and
associated privileges for one or more
tables
.
SQLColumns 1.0 Yes Returns a list of column names in
specified tables.
SQLForeignKeys 1.0 Yes Returns a list of column names that
make up foreign keys for a specified
table
.
SQLPrimaryKeys 1.0 Yes Returns a list of column names that
make up the primary key for a table.
Note: See the discussion of
SQLPrimaryKeys in SQLPrimaryKeys
Function on page 1-8.
SQLProcedureColumns 1.0 Yes Returns the list of input and output
parameters, as well as the columns
that make up the result set for the
specified procedures.
Table 3-7. Retrieving Results and Information About Results (page 2 of 2)
Function
ODBC
Version
Supported by
ODBC/MX Description