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