Detaches the context being used by the current thread. The context will be detached only if an attach to that context has previously been made.
Scope
The scope of this API is limited to the immediate process.
Authorization
None
Required Connection
None
Version
sql.h
C API Syntax
int sqleDetachFromCtx ( void *pCtx, void *reserved, struct sqlca *pstSqlca); |
API Parameters