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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. FatsGordon

    Save Points in Informix

    Hi, I'm using Informix Dynamic Server Version 7.31.UC7. I have an application that I have no time to change and it needs to have embedded transactions. I know that there are certain "save points" in Oracle, in which (if I'm not wrong) you can commit or rollback information just from...
  2. FatsGordon

    Formatting problem

    Hi all, Is there a way to include an escape character (especifically the ASCII(10)) into an stored procedure variable? I've tried ASCII(10) (in 4GL works Ok) but the parser rejects it. It should go this way (just as an example): LET line_feed = ASCII(10); -- This doesn't work .......... LET...
  3. FatsGordon

    Need to fill a large CHAR

    Silly me... I think I've solved it. The SUBSTR and the LENGTH functions did the trick...
  4. FatsGordon

    Need to fill a large CHAR

    Hi, My problem is that I have to fill a CHAR(6000) variable with data in different sections of a SP. First time is just as easy as doing a LET assignment, but next ones wouldn't work because of the fixed quality of the CHAR data type. Is there a way to fill in that CHAR in sucessive LET...

Part and Inventory Search

Back
Top