CONNX Data Integration Suite
14.8.0 |
CONNX Embedded SQL for Adabas
|
ACEAPI
|
ACEAPI SQL Functions
|
SAGQCLOS
SAGQCLOS
Description
The SAGQCLOS function closes a cursor that is identified by cursor_ptr.
Example
sagqclos (
int anchor,
SQL_CTR_BLOCK * sql_cb_ptr,
char * cursor_ptr
);
cursor_ptr
The cursor opened in SAGQOPEN that you want closed.
For information about anchor (required by each SAGQ* SQL function), see the
ACEAPI SQL Functions
page.