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

OASQLIP_cancel

This function cancels the specified statement. Return OADS_SUCCESS upon cancelling the specified statement.
int OASQLIP_cancel(
SQLIP_HDBC sqlip_hdbc,
SQLIP_HSTMT sqlip_hstmt)
 
Table 7: Parameters for the OASQLIP_cancel Function 
Parameter
Type
Description
INPUT
 
 
sqlip_hdbc
SQLIP_HDBC
Connection handle.
sqlip_hstmt
SQLIP_HSTMT
Statement handle.
RETURN
 
 
 
int
OADS_SUCCESS – the statement was canceled.
OADS_ERROR