Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlGetParameterAddress

Get the address of a parameter.

Declaration

TINYINT ctsqlGetParameterAddress(pCTSQLCMD hCmd, INTEGER index)

Description

  • hCmd - the command handle.
  • index - the parameter number. Must be a number greater or equal to zero but less than parameter count.

Return Values

Returns the address of a cursor variable.

See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values.

TOCIndex