GetNumberOfColumns

Description

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

Syntaxe

VBScript

resultset.GetNumberOfColumns 

Perl

$resultset->GetNumberOfColumns(); 
Identificateur
Description
resultset
A ResultSet object, representing the rows and columns of data resulting from a query.
Valeur renvoyée
A Long indicating the number of columns in the result set.

Commentaires en retour