Returns the heading text for the specified column.
Columns are numbered from 1 to N, not 0 to N-1.
VBScript
resultset.GetColumnLabel columnNum
Perl
$resultset->GetColumnLabel(columnNum);