CONNX Data Integration Suite
14.8.0 |
CONNX Embedded SQL for Adabas
|
ACEAPI
|
ACEAPI SQL Functions
|
SAGQEXIM
SAGQEXIM
Description
The SAGQEXIM function immediately executes the statement identified by
stmt_ptr
.
Example
sagqexim (
int anchor,
SQL_CTR_BLOCK * sql_cb_ptr,
char * stmt_ptr
);
stmt_ptr
The statement to be executed immediately.
For information about anchor (required by each SAGQ* SQL function), see the
ACEAPI SQL Functions
page.