ODBC Server Reference Manual

Summary of Support for ODBC 2.10 Functions
HP NonStop ODBC Server Reference Manual429151-002
C-3
Extension Level 2 Functions
SQLBrowseConnect Connects to a data source step by step Fully supported
SQLColumnPrivileges Returns a result set of column privileges
for a table
Not supported
SQLDataSources Lists the names of available data sources Fully supported
SQLDescribeParam Returns various items of information
about a statement parameter
Not supported
SQLDrivers Lists information about available drivers Fully supported
SQLExtendedFetch Retrieves several rows from a result set Not supported
SQLForeignKeys Returns a list of foreign keys for a table or
its related tables
Not supported
SQLMoreResults Indicates whether an additional result set
has been returned
Fully supported
SQLNativeSQL Accepts a SQL statement in ODBC
syntax and returns it in a driver's syntax
Fully supported
SQLNumParams Returns the number of parameters for a
statement
Fully supported
SQLParamOptions Part of the data-at-execution process Not supported
SQLPrimaryKeys Returns a result set of the columns in a
table's primary key
Fully supported
SQLProcedureColumns Returns a result set of input, output, and
result set columns for a database or
stored procedure
Fully supported
SQLProcedures Returns the list of procedure names
stored in a specific data source.
Not supported
SQLSetPos Positions a cursor and, optionally,
performs a positioned operation
Not supported
SQLSetScrollOptions Sets options that control the behavior of
cursors.
Not supported
SQLTablePrivileges Returns a result set of privileges for one
or more tables
Not supported
* Y2K implicit century conformance: If the ValueType is CHAR and if the date value in the buffer pointed to by
ParameterValuePtr can be determined to have a two-digit year, the value is prefixed with the string “00” prior
to using this parameter in the execution of the statement. (This translation occurs only for input parameters to
ODBC. Also, if the input buffer contains one of the C DATE data type structures, SQL_C_TYPE_DATE, the
SMALLINT year value will have already been translated into a four-digit value.) For example, an input value of
“00/01/01” would be interpreted as “0000/01/01, and an input value of “00/01/01” would be interpreted as
“0099/01/01.”
** SQLSetStmtOption does not support the SQL_CURSOR_TYPE option set to
SQL_CURSOR_KEYSET_DRIVE.
Table C-1. NonStop ODBC Server Support of ODBC 2.10 Functions (page 3 of 3)
Function Name Description Support