ctsqlFreeCommand
Release resources associated with a command handle.
Declaration
void ctsqlFreeCommand(pCTSQLCMD hCmd)
Description
ctsqlFreeCommand() releases resources associated with a command handle. If a command has open cursors, it will close the cursors before releasing resources.
Return
None.
See Also
ctsqlNewCommand()