transaction

  1. T

    Answered Transaction Isolation Level not working

    Hello Progress Community, im currently using progress 12.2 running on Linux Ubuntu 20.04.3 LTS (Focal Fossa) and access it via JDBC and ABL-Sessions. (Promon screenshot showing the connections) So i did the following test: 1) Open a transaction via JDBC, change a Record via SQL `UPDATE` and...
  2. J

    Right approach when using transactions and strong scope to conditional update

    Imagine the following scenario: I have a client who only needs to be updated if they meet certain criteria based on their own data. I can only update the record if it meets the criteria (so I only lock the record after the IF statements, when necessary) and the data I was based on cannot have...
  3. A

    Question Implementing Transaction Management - Best Way ?

    Hi, I am looking for a method to implements transaction management (as in the DO TRANSACTION block keyword) in many programs. I need to do this because there some table lock wait issue on some programs. I have already found some technics to implements the locking, for example this kind of code...
  4. I

    Question First Transaction Slow

    Hi, We have an application in Progress (v 10.2b) wherein the first transaction (say adding /updating etc a record) takes time and after that throughout the day these transactions seem to take place very quickly. Also, this first transaction delay takes place for each user who logs into the...
Top