home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / informix / 1914 < prev    next >
Encoding:
Internet Message Format  |  1992-09-11  |  1.3 KB

  1. Path: sparky!uunet!gatech!emory!isg.com
  2. From: atl0@isg.com (Anna T. Luong)
  3. Newsgroups: comp.databases.informix
  4. Subject: Out of Temporary String
  5. Message-ID: <9513@emory.mathcs.emory.edu>
  6. Date: 11 Sep 92 16:23:13 GMT
  7. Sender: walt@mathcs.emory.edu
  8. Reply-To: atl0@isg.com (Anna T. Luong)
  9. Lines: 29
  10. X-Informix-List-ID: <list.1438>
  11.  
  12.  
  13. Hi netters \-),
  14.  
  15.      We have a program that runs on a client's machine many times a day.
  16.  It's an input screen that logs incomming customer replies.
  17.  And usually after the user enters 50 records, the program bombs out 
  18.  with the -4518 error which is the "the 4GL program cannot allocate 
  19.  any more space for temporary string storage. 
  20.  
  21.      My question is how can we identify what things are being stacked on
  22.  the temporary string.  What are the things I need to watch for besides:
  23.  1.  returning char values from a function.
  24.  2.  the using, spaces, and ascii functions.
  25.  3.  some forms of the case statement
  26.  4.  the upshift and downshift functions.
  27.  
  28.      Or can I somehow clear the temporary string before the program is
  29.  run every time.
  30.  
  31.       I know this question might have been posted to the Net a while ago,
  32.  but I appreciate any help you can offer so I can get this problem solved
  33.  once and for all (and get some sleep).
  34.  
  35.      Thanks in advance.
  36.  
  37.                                     Anna
  38.  
  39.  
  40.  
  41.