Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlFreeCursor

Release memory associated with a cursor.

Declaration

void ctsqlFreeCursor(pCTSQLCURSOR hCursor)

Description

ctsqlFreeCursor() releases memory associated with a cursor.

  • hCursor the cursor handle.

Return

None.

See Also

ctsqlClose(), ctsqlNewCursor()

TOCIndex