CloseISAMContext
Close current ISAM context.
Short Name
CLSICON()
Type
ISAM function
Declaration
COUNT CloseISAMContext(COUNT contextid)
Description
CloseISAMContext() removes the context for the specified contextid. It returns all the memory associated with the context.
Return
Value |
Symbolic Constant |
Explanation |
---|---|---|
0 |
NO_ERROR |
Successful close ISAM context. |
590 |
NCON_ERR |
Non-existent (or previously closed) context ID. |
See FairCom DB Error Codes for a complete listing of valid FairCom DB error values.
Example
See the example for OpenISAMContext()
See also
ChangeISAMContext, OpenISAMContext