Removes the logical instance attachment, and terminates the physical communication connection if there are no other logical connections using this layer.
Authorization
None
Required Connection
None. Removes an existing instance attachment.
Version
sqlenv.h
C API Syntax
/* File: sqlenv.h */ /* API: Detach */ /* ... */ SQL_API_RC SQL_API_FN sqledtin ( struct sqlca * pSqlca); /* ... */ |
Generic API Syntax
/* File: sqlenv.h */ /* API: Detach */ /* ... */ SQL_API_RC SQL_API_FN sqlgdtin ( struct sqlca * pSqlca); /* ... */ |
API Parameters
REXX API Syntax
DETACH |
Sample Programs
See Also