Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

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.

  • hCmd the command handle.

Return

None.

See Also

ctsqlNewCommand()

TOCIndex