KI_BOUND_PARAM
Argument | Enumeration | Purpose |
---|---|---|
handle | Prepared query handle | |
col | Column number | |
bound_var | Variable that is bound | |
status | KDB_ERROR_ENUM | Return status |
KI_BOUND_PARAM
This function is used to find a variable in a program that is bound to a parameter in an SQL statement associated with the handle handle. Parameters are numbered from 1 in the order they occur in the SQL.
CALL KI_BOUND_PARAM handle, 1 TO sym, status
See also:
KI_BIND_PARAM