Hi I'm using OJB rc4 with a Progress Db.
Progress supports 4 different transaction isolation levels:
Committed read, Uncommitted read, Repeatable read, and Serializable.My question is, Is there any way to change the transaction level on a per transaction basis? Currently the isolation level is set in the repository to "read-uncommitted". Regards Mark Berry
