OASQLIP_free_connect
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
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)
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 |