CONNX Data Integration Suite 14.8.0 | CONNX Embedded SQL for Adabas | ACEAPI | ACEAPI SQL Functions | SAGQSETC
 
SAGQSETC
Description
The SAGQSETC function sets the active connection to the connection identified by session_ptr.
Example
sagqsetc (
int anchor,
SQL_CTR_BLOCK *sql_cb_ptr,
char * session_ptr
);
session_ptr
Set or establish the connection to this session.
If NULL, the current connection is set to the default server.
For information about anchor (required by each SAGQ* SQL function), see the ACEAPI SQL Functions page.