|
The ifx_var_getdata() function returns the data from an lvarchar or var binary host variable.
The ifx_var_getdata() function returns the data as a void * pointer. Your ESQL/C application must cast this pointer to the correct data type. When you use ifx_var_getdata() on an lvarchar pointer, you must cast the returned (void) pointer to a C-language character pointer (char *).
| Null pointer | The function was not successful. |
|
Valid pointer to the data buffer | The function was successful. |
ifx_var_getlen(), ifx_var_setdata()