Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlNumericToString

Declaration

CTSQLRET ctsqlDECL ctsqlNumericToString(NUMERIC* num, CTSQLCHAR* str, INTEGER len);

Description

Converts a numeric value to a string value.

  • num Numeric value to be converted
  • str string value to be returned
  • len length of str.

Return Values

ctsqlNumericToString() returns CTSQLRET_OK on success.

See Also

ctsqlStringToNumeric()

TOCIndex