ctsqlGetParameterPrecision
Retrieve the parameter precision.
Declaration
SMALLINT ctsqlGetParameterPrecision(pCTSQLCMD hCmd, INTEGER index)
Description
ctsqlGetParameterPrecision() retrieves the parameter precision. The parameter precision represents the total number of digits in a BCD number represented in a parameter.
Return
ctsqlGetParameterPrecision() returns the parameter precision.
See Also
ctsqlGetParameterCount(), ctsqlGetParameterLength(), ctsqlGetParameterType(), ctsqlGetParameterScale(), ctsqlGetParameterNullFlag()