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

OASQLIP_free_connect

This frees a connection handle. This function releases all resources allocated to handle a connection and close the connection to the data source (if it has not been closed with disconnect) and abort any open transactions.
int OASQLIP_free_connect(SQLIP_HDBC sqlip_hdbc)
 
Table 22: Parameters for OASQLIP_free_connect
Parameter
Type
Description
INPUT
 
 
sqlip_hdbc
SQLIP_HDBC
Handle of the connection to be freed.
RETURN
 
 
 
int
OADS_SUCCESS
OADS_ERROR – error freeing the connection handle