Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by fanik

  1. fanik

    informix SPL while loop

    Thank you olded. Here is the code of procedure word(a,b) which takes two values: string a (with words and ' '-space) and number of words b which should be returned like string of words delimited by ' '-space. The code is tested and it is working. code: create procedure word(naziv varchar(255)...
  2. fanik

    Informix SPL while loop

    The same question i have sent on other forum - Informix solution. Thanks for understanding.
  3. fanik

    informix SPL while loop

    Thank you olded. I have done simply corrections in that code and it works. XDEFINE retstr VARCHAR(255); is replased with DEFINE retstr VARCHAR(255); and missed declaration define length_str integer; is filled. If you know other web pages with examples of routines, please send me.
  4. fanik

    informix SPL while loop

    I'm working with informix database and i need to create some procedure/function which returns the first or the second or etc. word from the string char(100). I need some instruction or tutorial or written procedure. I have written some procedure but it doesn't work. Here is the code: ( telnet: A...
  5. fanik

    Informix SPL while loop

    I'm working with informix database and i need to create some procedure/function which returns the first or the second or etc. word from the string char(100). I need some instruction or tutorial or written procedure. I have written some procedure but it doesn't work. Here is the code: ( telnet: A...

Part and Inventory Search

Back
Top