Recent content by billm

  1. B

    DOA 4.0.6.2 to 4.1.1.0 Licence?

    Ah hah, I see. I was confusing patch version and base version. Many thanks. billm
  2. B

    DOA 4.0.6.2 to 4.1.1.0 Licence?

    Hi All, I have a licenced DOA Standard 4.0.6.2 including the personal key. Do I need to buy a new licence to upgrade to 4.1.1.0? My current key doesn't work ("You are not allowed to install this product"). I was under the impression that the licence was for the base version (ie, all version...
  3. B

    UseMessageTable and CachedUpdates

    Hi Marco, I found the problem - the constraint was set as deferred (in my test project a different, immediate constraint was being violated hence it worked in there). I guess the message translation is only being applied on Session.ApplyUpdates and not on Session.Commit; Many Thanks Bill
  4. B

    UseMessageTable and CachedUpdates

    Thanks for the prompt reply, my datasets and session are configured exactly as you describe but I'm not getting translated messages. I've just created a small demo project exactly the same and would you believe it works fine, I even copied the datasets and session from the problematic project...
  5. B

    UseMessageTable and CachedUpdates

    I'm having difficulty with UseMessageTable when CachedUpdates is True on a TOracleDataSet. With multiple datasets on a form, some are single row edits, some are grid based edits. I need the CachedUpdates as the contents can be invalid during editing. This works fine, no problems. However, the...
Back
Top