SAGQEXEC

sagqexec (

int anchor,

SQL_CTR_BLOCK * sql_cb_ptr,

char * stmt_id_ptr

);

 

The SAGQEXEC function executes the previously prepared statement identified by stmt_id_ptr.

 

stmt_id_ptr

The statement id returned by SAGQPREP to be executed.

 

  For information about anchor (required by each SAGQ* SQL function), see About ACEAPI SQL Functions.