Informix Error -132
-132 ISAM error: rowsize too big.
The limit on a single row is the disk page size that the database server supports.
Define the table differently, so that each row is shorter. Consider splitting the table into two or more tables or using more compact data types.