Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlGetColumnCount

Retrieve the number of columns.

Declaration

INTEGER ctsqlGetColumnCount(pCTSQLCURSOR hCursor)

Description

ctsqlGetColumnCount() retrieves the number of columns in the table.

  • hCursor the cursor handle.

Return

ctsqlGetColumnCount() returns the number of columns.

See Also

ctsqlGetColumnNameLen(), ctsqlGetColumnName(), ctsqlGetColumnType(), ctsqlGetColumnLength(), ctsqlGetColumnPrecision(), ctsqlGetColumnScale(), ctsqlGetColumnTitile()

TOCIndex