SQL_NumColumns

Syntax

native SQL_NumColumns(Handle:query);

Usage

query
Handle of a query to check.

Description

Returns the total number of columns.

Return

The number of retrieved columns by the query.

Error

Invalid query handle.
No result set in this query.