CONNX Data Integration Suite
14.8.0 |
CONNX Embedded SQL for Adabas
|
ACEAPI
|
ACEAPI SQL Functions
|
SAGQSETS
SAGQSETS
Description
The SAGQSETS function sets the default schema to the schema identified by
schema_ptr
.
Example
sagqsets (
int anchor,
SQL_CTR_BLOCK * sql_cb_ptr,
char * schema_ptr
);
schema_ptr
The default schema name.
For information about anchor (required by each SAGQ* SQL function), see the
ACEAPI SQL Functions
page.