Statement Handling Functions

Click one of the following functions for more information:

lrd_bind_colBinds a host variable to an output column.
lrd_bind_colsBinds an array of host variables to output columns.
lrd_bind_cursorBinds a cursor to a placeholder.
lrd_bind_placeholderBinds a host variable or array to a placeholder.
lrd_cancelCancels the previous statement
lrd_data_infoGets I/O information. (CtLib only)
lrd_dynamicspecifies a dynamic SQL statement to be processed (CtLib only).
lrd_execExecutes the previously specified SQL statement.
lrd_send_dataSends data to the server.
lrd_stmtSpecifies an SQL statement to be processed.