Search results

  1. R

    Strange Oracle error 5230

    Stranger Oracle error 2049 While trying to create an Oracle table row and purposely not setting the value on a column with a not null requirement the transaction will fail and DOES NOT do a complete UNDO (Progress). A rerun of the program to post the same record results in the 2049 message...
  2. R

    -mmax and called programs dynamically compiled for each run

    We are using version 8 and have no need for 9 at this time. We have decided to put in checkpoints (saving stats and record position) for a restart if the users session runs out of memory when and if -mmax reaches maximum. This situation has also been reviewed by Progress Techs as well...
  3. R

    Refreshing A Browser/Query ...

    See Forum: Progress Application Development, General Progress Development Section, Topic Name: Refreshing A Browser/Query ... posted by RF08 Environment: DEC OpenVMS on ALPHA box running Progress 8.1A03 Character Mode (CHUI).
  4. R

    Refreshing A Browser/Query Display After Delete

    How does one refresh a query/browser display after deleting one of the pre-selected records in the displayed list. When the browser displays the query data (one line per record) and the user presses return on one of the lines another program is called receiving the passed recid and in this...
  5. R

    -mmax and called programs dynamically compiled for each run

    There are 10 programs - the first does user selection of what table to analysis and obtains information about the table from the sub-schema, the second obtains information again from the sub-schema about each and every field (column) in the user selected table. The other eight programs are very...
  6. R

    -mmax and called programs dynamically compiled for each run

    I understand the purpose of -mmax and -hardlimit but how does this explain that the session memory being continually consumed ? Do repeatedly called (compiled at runtime) modules cause this? Clue: the compiled at runtime programs gets a unique program name such as 12345678.ped and this...
  7. R

    -mmax and called programs dynamically compiled for each run

    -mmax is constantly being incremented for called programs that must be compiled each time because of passed arguments. How can this be avoided (not for effeciency sake) so that -mmax does not reach it's limit?
Top