Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlNewCursor

Allocate a new FairCom DB SQL cursor handle.

Declaration

pCTSQLCURSOR ctsqlNewCursor(pCTSQLCMD hCmd)

Description

ctsqlNewCursor() allocates a new FairCom DB SQL cursor handle.

  • hCmd the command handle.

Return

ctsqlNewCursor() returns the new allocated cursor, or NULL on failure.

See Also

ctsqlFreeCursor(), ctsqlClose()

TOCIndex