|
|||||
function | SQLParamOptions |
Related Syntax | Other Library Functions |
Library: ODBC
Include: omodbc.xin |
Returns: Numeric
An SQL return code. The following values may be returned:
|
define external counter function SQLParamOptions ( read-only SQL_handle_type StatementHandle, value counter ValueCount, modifiable counter CurrentRow )
Allows an application to specify multiple values for the set of parameters assigned by SQLBindParameter
. The ability to specify multiple values is useful for bulk insertion and other work that requires the data source to process the same SQL statement many times with various parameter values. An application can, for example, specify three sets of values for the set of parameters associated with an INSERT statement, and then execute the INSERT statement once to perform the three insert operations.
This function has been superseded by SQLSetStmtAttr
in ODBC 3.0.
Input arguments:
Output argument:
---- |