ctsqlGetColumnLength
Retrieve the column length in bytes:
Declaration
INTEGER ctsqlGetColumnLength(pCTSQLCURSOR hCursor, INTEGER colnumber)
Description
ctsqlGetColumnLength() retrieves the column length.
Return
ctsqlGetColumnLength() returns the column length in bytes.
See Also
ctsqlGetColumnName(), ctsqlGetColumnNameLen(), ctsqlGetColumnCount(), ctsqlGetColumnType(), ctsqlGetColumnPrecision(), ctsqlGetColumnScale()