This is a discussion on 4GL V7.32 issue within the Informix forums, part of the Database Server Software category; --> OK, testing i4GL V7.32 on HP-UX 11i, IDS9.40. The following code is coredumping: (this is a cut down version ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| OK, testing i4GL V7.32 on HP-UX 11i, IDS9.40. The following code is coredumping: (this is a cut down version of a bigger file, to the point where this is the minimum to replicate the coredump) ################################################## ######################### database active FUNCTION default_de_bond1() DEFINE mr_de_bond1 RECORD LIKE de_bond1.* SELECT * INTO mr_de_bond1.* FROM de_bond1 END FUNCTION ################################################## ######################### the schema for table de_bond1 has 258 columns, total width 3881 bytes. Mostly chars, dates and integers - no special columns (byte, text etc). Similar functions using other tables from the database are ok. Is this error caused by the number of columns or rowsize in the table? No info in release notes to suggest this. The code compiles OK with r4gl, and the .err file produced by i4gl is 0 bytes. Schema header: { TABLE "dba".de_bond1 row size = 3881 number of columns = 258 index size = 100 } Thanks for any help -- Malc_p |