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