SQLNumResultCols

This function returns the number of columns in the result set associated with the input statement handle.

Syntax :

RETCODE  SQLNumResultCols    ( hstmt , col);

Arguments :

The arguments for SQLNumResultCols are listed in below table.

TypeNameDescription
SQLHSTMThstmtStatement handle
SQLSMALLINT *colNumber of columns in the result set
Page last modified on September 25, 2009, at 10:16 AM