SQL statements with opaque-type columns

For dynamic execution of opaque-type columns, keep in mind the following items:
  • You must ensure that the type and length fields of the dynamic-management structure (system-descriptor area or sqlda structure) match the data type of the data you insert into an opaque-type column.
  • Informix® ESQL/C truncates opaque-type data at 32 kilobytes if the host variable is not large enough to hold the data.