Recent content by bjorge

  1. B

    key violation when posting record

    I have created a solution of my own. It's really simple, just checking for OracleDictionary.EnforceConstraints and OracleDictionary.DisabledConstraints.IndexOf(constraint_name) < 0 in method "TOracleTableInfo.GetConstraints". No Item will then be created.
  2. B

    key violation when posting record

    I'm having the same problem. Any progress on this ?
Back
Top