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

OASQLIP_close_stmt

The OASQLIP_close_stmt function closes the current statement and frees all resources used to execute commands on it.
int OASQLIP_close_stmt(SQLIP_HSTMT sqlip_hstmt)
 
Table 10: Parameters for the OASQLIP_close_stmt Function
Parameter
Type
Description
INPUT
 
 
sqlip_hstmt
SQLIP_HSTMT
Handle of the statement to be closed
RETURN
 
 
 
int
OADS_SUCCESS
OADS_ERROR – error closing the statement