CONNX Data Integration Suite 14.8.0 | CONNX Embedded SQL for Adabas | ACEAPI | ACEAPI SQL Functions | SAGQGERR
 
SAGQGERR
Description
The SAGQGERR function returns an error text for the last returned sqlcode.
Example
sagqgerr (
int anchor,
SQL_CTR_BLOCK * sql_cb_ptr
);
sql_cb_ptr->error_text
The error text associated with the last returned sqlcode.
For information about anchor (required by each SAGQ* SQL function), see the ACEAPI SQL Functions page.