This is a discussion on 4GL run-time error number -4518. within the Informix forums, part of the Database Server Software category; --> 4GL run-time error number -4518. The 4GL program cannot allocate any more space for temporary string storage. what to ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| calyanram@hotmail.com wrote: > 4GL run-time error number -4518. > The 4GL program cannot allocate any more space for temporary > string storage. > > what to do reg this error Upgrade. We eliminated it versions 4.12 and 6.00. Both of those are long obsolete, so you must be using a really, really antique version of I4GL. Check out the FAQ - last time I looked, it still had an answer about it. -- Jonathan Leffler #include <disclaimer.h> Email: jleffler@earthlink.net, jleffler@us.ibm.com Guardian of DBD::Informix v2005.02 -- http://dbi.perl.org/ |
| ||||
| calyanram@hotmail.com a écrit : > 4GL run-time error number -4518. > The 4GL program cannot allocate any more space for temporary > string storage. > > what to do reg this erro > You may try "CALL acdealloc()" which seems to free memory. I used to insert this statement in big REPORTs (ON EVERY ROW, AFTER GROUP OF ...) and after heavy use of strings (CHAR in Arrays, Loops ...) It was in 4GL 2.10.03k and 4.10 ... so long ago |