Informix Error -33084
-33084 The lvarchar host variable('<variable-name>') should be an array </variable-name>
or a pointer.This message is only a warning; compilation continues. ESQL/C does not know the size of the lvarchar host variable. Although syntactically correct, this might cause a problem in your application.
Specify the variable as an array or a pointer.