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

OASQLIP_disconnect

This function disconnects from the data source and aborts any open transactions. After returning from this function, the thread or process that was created for this connection is destroyed.
int OASQLIP_disconnect(SQLIP_HDBC sqlip_hdbc)
 
Table 14: Parameters for OASQLIP_disconnect
Parameter
Type
Description
INPUT
 
 
sqlip_hdbc
SQLIP_HDBC
Connection handle
RETURN
 
 
 
int
OADS_SUCCESS
OADS_ERROR – error disconnecting from the database.