Variables of LONG VARCHAR data type

An inbound LONG VARCHAR variable (a host variable or SQL variable used by IQ) is limited to a length of 32767 (32K-1) bytes. An error is raised, if the inbound variable length is greater than 32767 bytes.

An outbound LONG VARCHAR variable (a variable set by IQ) has a maximum length of 2GB.