Neoview ODBC Drivers Manual (R2.5)

Table 7-5 Preparing SQL Requests
DescriptionSupported by HP ODBCODBC VersionFunction
Prepares an SQL statement
for later execution.
Yes1.0SQLPrepare
Assigns storage for a
parameter in an SQL
statement.
Yes2.0SQLBindParameter
Returns the cursor name
associated with a statement
handle.
Yes1.0SQLGetCursorName
Specifies a cursor name.Yes1.0SQLSetCursorName
Sets the option that controls
cursor behavior.
No1.0SQLSetScrollOption
Table 7-6 Submitting SQL Requests
DescriptionSupported by HP ODBCODBC VersionFunction
Executes a prepared
statement.
Yes1.0SQLExecute
Executes a statement.Yes1.0SQLExecDirect
Returns the text of an SQL
statement as translated by
the driver.
Yes1.0SQLNativeSql
Returns the description for
a specific parameter in a
statement.
Yes1.0SQLDescribeParam
Returns the number of
parameters in a statement.
Yes1.0SQLNumParams
Used with SQLPutData to
supply parameter data at
execution time (useful for
long data values).
Yes1.0SQLParamData
Sends part or all of a data
value for a parameter
(useful for long data
values).
Yes1.0SQLPutData
Table 7-7 Retrieving Results and Information About Results
DescriptionSupported by HP ODBCODBC VersionFunction
Returns the number of rows
affected by an insert,
update, or delete request.
Yes1.0SQLRowCount
Returns the number of
columns in the result set.
Yes1.0SQLNumResultCols
Describes a column in the
result set.
Yes1.0SQLDescribeCol
Describes the attributes of a
column in a result set.
Yes1.0SQLColAttribute
Assigns storage for a result
column and specifies the
data type.
Yes1.0SQLBindCol
ODBC API Functions 65