sqlipDisconnect
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This connection-level method disconnects from the database and aborts any open transactions. After returning from this connection-level method, the thread or the process that was created for this connection is destroyed. This is the last method called on this object.
int sqlipDisconnect();
Parameters for sqlipDisconnect
| Parameter | Type | Description |
| RETURN | ||
| int | OADS_SUCCESS OADS_ERROR – error disconnecting from the database. |