vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Any idea on this? In declaring a row type this way (I just followed the manuals): row( a varchar(11), c int ) hRow; I got this error message from the compiler: Error: collect.ec, line 17: a value of type "char [129]" cannot be used to initialize an entity of type "char [128]" { 2, 1, 1, 1, "a ", 1, 13, 11, 0, 0, 0, {0}, 0, {0}, 0, 0 }, ------------------^ cxx: Error: collect.ec, line 18: a value of type "char [129]" cannot be used to initialize an entity of type "char [128]" { 3, 1, 1, 1, "c ", 2, 2, 4, 0, 0, 0, {0}, 0, {0}, 0, 0 }, ------------------^ Its in Informix 9.4. |