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