Search results

  1. R

    asynchronous with single queue

    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...
  2. R

    How does progress handle this find first statement??

    I'm not quite sure but doesn't progress change both queries into the same query during compile time?
  3. R

    How to find the last day of the month

    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...
  4. R

    Dataserver cachefile without Schema holder db

    So Progress sells you a solution where you still need to buy their workgroup database, even if you are using an other database system?
  5. R

    Dataserver cachefile without Schema holder db

    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...
Back
Top