Parameter
|
Type
|
Description
|
IN
|
||
henv
|
IP_HENV
|
A pointer to the environment you set up in OAIP_init().
|
RETURN
|
||
int
|
DAM_SUCCESS - on success
DAM_FAILURE - on failure
Note: From OAIP_exit, you cannot use the dam_addError/dam_addErrorW function to propagate errors without having a valid OpenAccess SDK SQL engine connection or OpenAccess SDK SQL engine statement handle. If the IP encounters problems when shutting down, then use tm_trace to log the error and use (C/C++) printf to display the error on the console.
|