ctsqlGetParameterType
Retrieve the parameter type.
Declaration
CTSQLTYPE ctsqlGetParameterType(pCTSQLCMD hCmd, INTEGER index)
Description
ctsqlGetParameterType() retrieves the parameter type.
Return
ctsqlGetParameterType() returns the type of parameter. Return 0 on error.
See Also
ctsqlGetParameterCount(), ctsqlGetParameterLength(), ctsqlGetParameterPrecision(), ctsqlGetParameterScale(), ctsqlGetParameterNullFlag()