Recent content by jthelman

  1. J

    InTransaction Work-Around?

    That makes a lot of sense Marco - Thank You. John
  2. J

    InTransaction Work-Around?

    Yeah, but a worst case scenario is that the flag gets hosed. You then do not ask to save changes, and all changes are lost. This becomes especially likely if you have multiple places where you commit and rollback and insert - you will be setting/unsetting the flag all over the GUI. I though...
  3. J

    InTransaction Work-Around?

    Not a DOA problem, but I wanted to see if anyone had a solution: Although it doesn't cause an update, A simple select statement on a remote database will cause the OracleSession.InTransaction flag to be true. We are trying to use InTransaction to cause a 'Save Changes' prompt when exiting our...
  4. J

    Getting a Context from Forms?

    I have an unusual request. We use Oracle Forms in conjunction with Delphi (hey, its not my decision!). I have successfully grabbed an LDA from Forms via a user exit, and passed it to DOA. My latest challenge is to do the same thing using an Oracle Context instead of an LDA. This gets me all...
  5. J

    Function references in Oracle 8.16

    Hello! We have an unusual problem with DOA, but we also have a fix. Seems that with Oracle 8.16, if you use a local function call in the select statement for a ref cursor, it causes a crash. For example, lets say there is a package 'mypack.' If this statement is returned as a ref cursor...
Back
Top