GetNumberOfColumns

Description

Returns the number of columns in each row of the result set.

Syntax

VBScript

resultset.GetNumberOfColumns 

Perl

$resultset->GetNumberOfColumns(); 
Identifier
Description
resultset
A ResultSet object, representing the rows and columns of data resulting from a query.
Return value
A Long indicating the number of columns in the result set.