ODBC/MX Driver for Windows Manual (SQL/MX 2.x)

ODBC/MX Conformance
HP NonStop ODBC/MX Driver for Windows527888-004
5-4
ODBC API Functions
Table 5-6. Submitting SQL Requests
Function
ODBC
Version
Supported by
ODBC/MX Description
SQLExecute 1.0 Yes Executes a prepared statement.
SQLExecDirect 1.0 Yes Executes a statement.
SQLNativeSql 1.0 Yes Returns the text of an SQL statement
as translated by the driver.
SQLDescribeParam 1.0 Yes Returns the description for a specific
parameter in a statement.
SQLNumParams 1.0 Yes Returns the number of parameters in
a statement.
SQLParamData 1.0 Yes Used with SQLPutData to supply
parameter data at execution time
(useful for long data values).
SQLPutData 1.0 Yes Sends part or all of a data value for a
parameter (useful for long data
values).
Note: See the considerations under
SQLPutData
on page 1-11.
Table 5-7. Retrieving Results and Information About Results (page 1 of 2)
Function
ODBC
Version
Supported by
ODBC/MX Description
SQLRowCount 1.0 Yes Returns the number of rows affected
by an insert, update, or delete
request.
SQLNumResultCols 1.0 Yes Returns the number of columns in the
result set.
SQLDescribeCol 1.0 Yes Describes a column in the result set.
SQLColAttribute 1.0 Yes Describes the attributes of a column
in a result set.
SQLBindCol 1.0 Yes Assigns storage for a result column
and specifies the data type.
SQLFetch 1.0 Yes Returns multiple result rows.
SQLFetchScroll 3.0 Yes Supported for SQL_FETCH_NEXT
attribute only.
Returns scrollable result rows.
SQLGetData 1.0 Yes Returns part or all of one column of
one row of a result set (useful for long
data values).