Concept Framework 2.2 documentation Contents | Index

standard.db.sql.ODBCCountColumns

Name Version Deprecated
ODBCCountColumns version 1.0 no

Prototype:
number ODBCCountColumns(number statement)

Parameters:
statement      [in] the statement handle (or result set) as returned by ODBCStatement, ODBCListTables, ODBCListColumns, ODBCListTypes or ODBCExecuteQuery

Description:
Get the number of columns in the current result set.

Returns:
Returns -1 if failed (call ODBCError to retrieve the error) or the number of the columns in the given result set if succeeded.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:19 2013 GMT(c)2013 Devronium Applications