Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlGetParameterCount

Retrieve the number of parameters required to execute the SQL command.

Declaration

INTEGER ctsqlGetParameterCount(pCTSQLCMD hCmd)

Description

ctsqlGetParameterCount() retrieves the number of parameters required to execute the SQL command.

  • hCmd the command handle.

Return

ctsqlGetParameterCount() returns the number of parameters.

See Also

ctsqlGetParameterLength(), ctsqlGetParameterType(), ctsqlGetParameterPrecision(), ctsqlGetParameterScale(), ctsqlGetParameterNullFlag()

TOCIndex