skip to main content
IP API Reference for C/C++ : IP API for C/C++ : OASQLIP_free_stmt
 

OASQLIP_free_stmt

This function frees any resources used by the specified statement. The IP must close any open cursors and free all resources. The function frees the sqlip_hstmt and any associated resources.
int OASQLIP_free_stmt(SQLIP_HSTMT sqlip_hstmt)
 
Table 23: Parameters for OASQLIP_free_stmt
Parameter
Type
Description
INPUT
 
 
sqlip_hstmt
SQLIP_HSTMT
Statement handle
RETURN
 
 
 
int
OADS_SUCCESS
OADS_ERROR