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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.