Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlGetParameterLength

Retrieve the parameter length.

Declaration

INTEGER ctsqlGetParameterLength(pCTSQLCMD hCmd, INTEGER index)

Description

ctsqlGetParameterLength() retrieves the parameter length.

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

Return

ctsqlGetParameterLength() returns the parameter length.

See Also

ctsqlGetParameterCount(), ctsqlGetParameterType(), ctsqlGetParameterPrecision(), ctsqlGetParameterScale(), ctsqlGetParameterNullFlag()

TOCIndex