|
|||||
function | SQLNumResultCols |
Sample Code | Related Syntax | Other Library Functions |
Library: ODBC
Include: omodbc.xin |
Returns: Numeric
An SQL return code. The following values may be returned:
|
define external counter function SQLNumResultCols ( read-only SQL_handle_type StatementHandle, modifiable counter ColumnCount )
Returns the number of columns in a result set.
Input argument:
Output argument:
---- |