ODBC Server Reference Manual

HP NonStop ODBC Server Reference Manual429151-002
C-1
C
Summary of Support for ODBC 2.10
Functions
Table C-1 summarizes the ODBC 2.10 functions and shows which are supported by
the HP NonStop ODBC Server.
Table C-1. NonStop ODBC Server Support of ODBC 2.10 Functions (page 1 of 3)
Function Name Description Support
Core-Level Functions
SQLAllocConnect Allocates a connection Fully supported
SQLAllocEnv Allocates an ODBC environment Fully supported
SQLAllocStmt Allocates a statement Fully supported
SQLBindCol Binds a column to a statement Fully supported
SQLCancel Cancels an asynchronously running
statement
Fully supported
SQLColAttributes Returns one item of information about a
column in a result set
Fully supported
SQLConnect Connects an allocated connection to a
data source
Fully supported
SQLDescribeCol Returns several items of information
about a column in a result set
Fully supported
SQLDisconnect Closes a connection without freeing the
connection handle
Fully supported
SQLError Returns detailed status information for the
ODBC function most recently called
Fully supported
SQLExecDirect Prepares and executes a statement Fully supported
SQLExecute Executes a prepared statement Fully supported
SQLFetch Gets a row of data from a result set Fully supported
SQLFreeConnect Deallocates a connection handle Fully supported
SQLFreeEnv Deallocates an ODBC environment Fully supported
SQLFreeStmt Deallocates a statement handle or
releases objects associated with a
statement
Fully supported
SQLGetCursorName Returns the cursor name for a statement Fully supported
SQLNumResultCols Returns the number of columns in a result
set
Fully supported
SQLPrepare Prepares a statement for execution by
SQLExecute
Fully supported