SQLColumnSize - cSQLStatement
Returns the size (max length) of a column in a result set
Type: Function
Return Data Type: Integer
Parameters
| Parameter | Type | Description |
|---|---|---|
| iCol | Integer | Column number |
Syntax
Function SQLColumnSize Integer iCol Returns Integer
Call Example
Get SQLColumnSize iCol to IntegerVariable
Description
Returns the size (max length) of a column in a result set.
Return Value
Size (max length) of a column