ctsqlNewCursor
Allocate a new FairCom DB SQL cursor handle.
Declaration
pCTSQLCURSOR ctsqlNewCursor(pCTSQLCMD hCmd)
Description
ctsqlNewCursor() allocates a new FairCom DB SQL cursor handle.
Return
ctsqlNewCursor() returns the new allocated cursor, or NULL on failure.
See Also
ctsqlFreeCursor(), ctsqlClose()