home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / informix / 1930 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.4 KB  |  43 lines

  1. Newsgroups: comp.databases.informix
  2. Path: sparky!uunet!boulder!reetz
  3. From: reetz@news.colorado.edu (Mike Reetz)
  4. Subject: Strings in SPL (Stored Procedure Language)...
  5. Message-ID: <1992Sep14.191520.5759@colorado.edu>
  6. Summary: anyway to concatenate strings...
  7. Sender: news@colorado.edu (The Daily Planet)
  8. Nntp-Posting-Host: morse.colorado.edu
  9. Organization: University of Colorado, Boulder
  10. Date: Mon, 14 Sep 1992 19:15:20 GMT
  11. Lines: 30
  12.  
  13.  
  14. Is there any way to concatentate strings in SPL?  Can't find 
  15. a way to do it (or I'm just stoooopid).  Anyone have a
  16. good idea?
  17.  
  18. I tried:
  19.  
  20. LET long_string = shortstr1, shortstr2;
  21.  
  22. this gives an error -661 (Number of variables does not match number 
  23. of values returned.)
  24.  
  25. I tried:
  26.  
  27. LET long_string = shortstr1 + shortstr2;
  28.  
  29. this is just a plain error.
  30.  
  31. Any other help would be greatly accepted.
  32.  
  33. --
  34. -------------------------------------------------------------------------------
  35. Mike Reetz                          boulder.colorado.edu!morse!reetz
  36. ConferTech International            (800) 525-8244 or (303) 235-5378 (voice
  37. 2801 Youngfield, Golden, CO 80401   (303) 237-5151 (switchboard)        mail)
  38. -- 
  39. -------------------------------------------------------------------------------
  40. Mike Reetz                          boulder.colorado.edu!morse!reetz
  41. ConferTech International            (800) 525-8244 or (303) 235-5378 (voice
  42. 2801 Youngfield, Golden, CO 80401   (303) 237-5151 (switchboard)        mail)
  43.