Hello,
I've got a question about running with an asynchronous appserver.
What I want is to do is the following:
AppServer srv-a runs procedure proc-a.
This procedure run a for each no-lock query on a certain table.
Within this query I want to start a program on appserver srv-b.
This program has...
I have a different solution for this..
DEFINE VARIABLE v-dat AS DATE NO-UNDO.
DEFINE VARIABLE v-dat_lst_mth AS DATE NO-UNDO.
REPEAT:
UPDATE v-dat.
RUN Get_Last_Day (INPUT v-dat, OUTPUT v-dat_lst_mth).
MESSAGE v-dat_lst_mth
VIEW-AS ALERT-BOX INFO BUTTONS OK.
END.
PROCEDURE...
Hello all,
I browsed though a lot of pages on this forum to find if someone allready asked my question but I could not find it so I am posting it myself.
In chapter 4.3.8 of the oracle dataserver guide in the Progress online docs, it looks like it is possible to connect to an oracle...
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.