Recent content by aamax

  1. A

    using SAVEPOINTS problems

    I am not sure if a commit is being issued or not, will try and look into it (and thanks for the feedback). I get the message that "You need to have a properly installed version available" when I try to run the monitor... why am I getting that? I thought I did have a properly installed version...
  2. A

    using SAVEPOINTS problems

    Hi all, I'm having trouble using SavePoint and RollBackToSavePoint. I set the savepoint using: OracleSession1.SavePoint('SP1'); and then attempt to roll it back using: OracleSession1.RollBackToSavePoint('SP1'); but it raises an exception reporting that the savepoint wasn't set? I step...
Back
Top