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