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.
Return
ctsqlGetParameterCount() returns the number of parameters.
See Also
ctsqlGetParameterLength(), ctsqlGetParameterType(), ctsqlGetParameterPrecision(), ctsqlGetParameterScale(), ctsqlGetParameterNullFlag()