CONNX Data Integration Suite
14.8.0 |
CONNX Embedded SQL for Adabas
|
ACEAPI
|
ACEAPI SQL Functions
|
SAGQEXEC
SAGQEXEC
Description
The SAGQEXEC function executes the previously prepared statement identified by
stmt_id_ptr
.
Example
sagqexec (
int anchor,
SQL_CTR_BLOCK * sql_cb_ptr,
char * stmt_id_ptr
);
stmt_id_ptr
The statement id for execution. Returned by SAGQPREP to be executed.
For information about anchor (required by each SAGQ* SQL function), see the
ACEAPI SQL Functions
page.