SQLColumnVariableDatatype - cSQLStatement
Determines whether the native type of a column in a result is a variable-length data type
Type: Function
Return Data Type: Integer
Parameters
| Parameter | Type | Description |
|---|---|---|
| iCol | Integer | Column number |
Syntax
Function SQLColumnVariableDatatype Integer iCol Returns Integer
Call Example
Get SQLColumnVariableDatatype iCol to IntegerVariable
Description
Returns 1 if the native type of a column in a result is a variable-length data type.
Return Value
1 if the native type of column is a variable-length data type