GetColumnCount

PowerBuilder Native Interface

IPB_ResultSetAccessor interface:

GetColumnCount method

Description

Obtains the number of columns.

Syntax

GetColumnCount ( )

Return Values

Unsigned long.

Examples

This statement stores the number of columns in *numCols:

*numCols = d_rsAccessor->GetColumnCount();

See Also