|
The ifx_var_getlen() function returns the length of the data in an lvarchar pointer or var binary host variable.
The length that the ifx_var_getlen() function returns is the number of bytes that have been allocated for the data buffer of the lvar or var_bin host variable.
| >=0 | The length of the data buffer for the var_bin host variable. |
| <0 | The function was not successful. |
ifx_var_getdata(), ifx_var_setlen()